com.mchange.v2.sql.filter
Class SynchronizedFilterCallableStatement

java.lang.Object
  extended by com.mchange.v2.sql.filter.SynchronizedFilterCallableStatement
All Implemented Interfaces:
CallableStatement, PreparedStatement, Statement, Wrapper

public abstract class SynchronizedFilterCallableStatement
extends Object
implements CallableStatement


Field Summary
protected  CallableStatement inner
           
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Constructor Summary
SynchronizedFilterCallableStatement()
           
SynchronizedFilterCallableStatement(CallableStatement inner)
           
 
Method Summary
 void addBatch()
           
 void addBatch(String a)
           
 void cancel()
           
 void clearBatch()
           
 void clearParameters()
           
 void clearWarnings()
           
 void close()
           
 boolean execute()
           
 boolean execute(String a)
           
 boolean execute(String a, int b)
           
 boolean execute(String a, int[] b)
           
 boolean execute(String a, String[] b)
           
 int[] executeBatch()
           
 ResultSet executeQuery()
           
 ResultSet executeQuery(String a)
           
 int executeUpdate()
           
 int executeUpdate(String a)
           
 int executeUpdate(String a, int b)
           
 int executeUpdate(String a, int[] b)
           
 int executeUpdate(String a, String[] b)
           
 Array getArray(int a)
           
 Array getArray(String a)
           
 BigDecimal getBigDecimal(int a)
           
 BigDecimal getBigDecimal(int a, int b)
           
 BigDecimal getBigDecimal(String a)
           
 Blob getBlob(int a)
           
 Blob getBlob(String a)
           
 boolean getBoolean(int a)
           
 boolean getBoolean(String a)
           
 byte getByte(int a)
           
 byte getByte(String a)
           
 byte[] getBytes(int a)
           
 byte[] getBytes(String a)
           
 Clob getClob(int a)
           
 Clob getClob(String a)
           
 Connection getConnection()
           
 Date getDate(int a)
           
 Date getDate(int a, Calendar b)
           
 Date getDate(String a)
           
 Date getDate(String a, Calendar b)
           
 double getDouble(int a)
           
 double getDouble(String a)
           
 int getFetchDirection()
           
 int getFetchSize()
           
 float getFloat(int a)
           
 float getFloat(String a)
           
 ResultSet getGeneratedKeys()
           
 CallableStatement getInner()
           
 int getInt(int a)
           
 int getInt(String a)
           
 long getLong(int a)
           
 long getLong(String a)
           
 int getMaxFieldSize()
           
 int getMaxRows()
           
 ResultSetMetaData getMetaData()
           
 boolean getMoreResults()
           
 boolean getMoreResults(int a)
           
 Object getObject(int a)
           
 Object getObject(int a, Map b)
           
 Object getObject(String a)
           
 Object getObject(String a, Map b)
           
 ParameterMetaData getParameterMetaData()
           
 int getQueryTimeout()
           
 Ref getRef(int a)
           
 Ref getRef(String a)
           
 ResultSet getResultSet()
           
 int getResultSetConcurrency()
           
 int getResultSetHoldability()
           
 int getResultSetType()
           
 short getShort(int a)
           
 short getShort(String a)
           
 String getString(int a)
           
 String getString(String a)
           
 Time getTime(int a)
           
 Time getTime(int a, Calendar b)
           
 Time getTime(String a)
           
 Time getTime(String a, Calendar b)
           
 Timestamp getTimestamp(int a)
           
 Timestamp getTimestamp(int a, Calendar b)
           
 Timestamp getTimestamp(String a)
           
 Timestamp getTimestamp(String a, Calendar b)
           
 int getUpdateCount()
           
 URL getURL(int a)
           
 URL getURL(String a)
           
 SQLWarning getWarnings()
           
 void registerOutParameter(int a, int b)
           
 void registerOutParameter(int a, int b, int c)
           
 void registerOutParameter(int a, int b, String c)
           
 void registerOutParameter(String a, int b)
           
 void registerOutParameter(String a, int b, int c)
           
 void registerOutParameter(String a, int b, String c)
           
 void setArray(int a, Array b)
           
 void setAsciiStream(int a, InputStream b, int c)
           
 void setAsciiStream(String a, InputStream b, int c)
           
 void setBigDecimal(int a, BigDecimal b)
           
 void setBigDecimal(String a, BigDecimal b)
           
 void setBinaryStream(int a, InputStream b, int c)
           
 void setBinaryStream(String a, InputStream b, int c)
           
 void setBlob(int a, Blob b)
           
 void setBoolean(int a, boolean b)
           
 void setBoolean(String a, boolean b)
           
 void setByte(int a, byte b)
           
 void setByte(String a, byte b)
           
 void setBytes(int a, byte[] b)
           
 void setBytes(String a, byte[] b)
           
 void setCharacterStream(int a, Reader b, int c)
           
 void setCharacterStream(String a, Reader b, int c)
           
 void setClob(int a, Clob b)
           
 void setCursorName(String a)
           
 void setDate(int a, Date b)
           
 void setDate(int a, Date b, Calendar c)
           
 void setDate(String a, Date b)
           
 void setDate(String a, Date b, Calendar c)
           
 void setDouble(int a, double b)
           
 void setDouble(String a, double b)
           
 void setEscapeProcessing(boolean a)
           
 void setFetchDirection(int a)
           
 void setFetchSize(int a)
           
 void setFloat(int a, float b)
           
 void setFloat(String a, float b)
           
 void setInner(CallableStatement inner)
           
 void setInt(int a, int b)
           
 void setInt(String a, int b)
           
 void setLong(int a, long b)
           
 void setLong(String a, long b)
           
 void setMaxFieldSize(int a)
           
 void setMaxRows(int a)
           
 void setNull(int a, int b)
           
 void setNull(int a, int b, String c)
           
 void setNull(String a, int b)
           
 void setNull(String a, int b, String c)
           
 void setObject(int a, Object b)
           
 void setObject(int a, Object b, int c)
           
 void setObject(int a, Object b, int c, int d)
           
 void setObject(String a, Object b)
           
 void setObject(String a, Object b, int c)
           
 void setObject(String a, Object b, int c, int d)
           
 void setQueryTimeout(int a)
           
 void setRef(int a, Ref b)
           
 void setShort(int a, short b)
           
 void setShort(String a, short b)
           
 void setString(int a, String b)
           
 void setString(String a, String b)
           
 void setTime(int a, Time b)
           
 void setTime(int a, Time b, Calendar c)
           
 void setTime(String a, Time b)
           
 void setTime(String a, Time b, Calendar c)
           
 void setTimestamp(int a, Timestamp b)
           
 void setTimestamp(int a, Timestamp b, Calendar c)
           
 void setTimestamp(String a, Timestamp b)
           
 void setTimestamp(String a, Timestamp b, Calendar c)
           
 void setUnicodeStream(int a, InputStream b, int c)
           
 void setURL(int a, URL b)
           
 void setURL(String a, URL b)
           
 boolean wasNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.CallableStatement
getCharacterStream, getCharacterStream, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getRowId, getRowId, getSQLXML, getSQLXML, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXML
 
Methods inherited from interface java.sql.PreparedStatement
setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXML
 
Methods inherited from interface java.sql.Statement
isClosed, isPoolable, setPoolable
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Field Detail

inner

protected CallableStatement inner
Constructor Detail

SynchronizedFilterCallableStatement

public SynchronizedFilterCallableStatement(CallableStatement inner)

SynchronizedFilterCallableStatement

public SynchronizedFilterCallableStatement()
Method Detail

setInner

public void setInner(CallableStatement inner)

getInner

public CallableStatement getInner()

wasNull

public boolean wasNull()
                throws SQLException
Specified by:
wasNull in interface CallableStatement
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int a,
                                int b)
                         throws SQLException
Specified by:
getBigDecimal in interface CallableStatement
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(int a)
                         throws SQLException
Specified by:
getBigDecimal in interface CallableStatement
Throws:
SQLException

getBigDecimal

public BigDecimal getBigDecimal(String a)
                         throws SQLException
Specified by:
getBigDecimal in interface CallableStatement
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(String a)
                       throws SQLException
Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(String a,
                              Calendar b)
                       throws SQLException
Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(int a,
                              Calendar b)
                       throws SQLException
Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException

getTimestamp

public Timestamp getTimestamp(int a)
                       throws SQLException
Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException

getBlob

public Blob getBlob(String a)
             throws SQLException
Specified by:
getBlob in interface CallableStatement
Throws:
SQLException

getBlob

public Blob getBlob(int a)
             throws SQLException
Specified by:
getBlob in interface CallableStatement
Throws:
SQLException

getClob

public Clob getClob(String a)
             throws SQLException
Specified by:
getClob in interface CallableStatement
Throws:
SQLException

getClob

public Clob getClob(int a)
             throws SQLException
Specified by:
getClob in interface CallableStatement
Throws:
SQLException

setNull

public void setNull(String a,
                    int b,
                    String c)
             throws SQLException
Specified by:
setNull in interface CallableStatement
Throws:
SQLException

setNull

public void setNull(String a,
                    int b)
             throws SQLException
Specified by:
setNull in interface CallableStatement
Throws:
SQLException

setBigDecimal

public void setBigDecimal(String a,
                          BigDecimal b)
                   throws SQLException
Specified by:
setBigDecimal in interface CallableStatement
Throws:
SQLException

setBytes

public void setBytes(String a,
                     byte[] b)
              throws SQLException
Specified by:
setBytes in interface CallableStatement
Throws:
SQLException

setTimestamp

public void setTimestamp(String a,
                         Timestamp b,
                         Calendar c)
                  throws SQLException
Specified by:
setTimestamp in interface CallableStatement
Throws:
SQLException

setTimestamp

public void setTimestamp(String a,
                         Timestamp b)
                  throws SQLException
Specified by:
setTimestamp in interface CallableStatement
Throws:
SQLException

setAsciiStream

public void setAsciiStream(String a,
                           InputStream b,
                           int c)
                    throws SQLException
Specified by:
setAsciiStream in interface CallableStatement
Throws:
SQLException

setBinaryStream

public void setBinaryStream(String a,
                            InputStream b,
                            int c)
                     throws SQLException
Specified by:
setBinaryStream in interface CallableStatement
Throws:
SQLException

setObject

public void setObject(String a,
                      Object b)
               throws SQLException
Specified by:
setObject in interface CallableStatement
Throws:
SQLException

setObject

public void setObject(String a,
                      Object b,
                      int c,
                      int d)
               throws SQLException
Specified by:
setObject in interface CallableStatement
Throws:
SQLException

setObject

public void setObject(String a,
                      Object b,
                      int c)
               throws SQLException
Specified by:
setObject in interface CallableStatement
Throws:
SQLException

setCharacterStream

public void setCharacterStream(String a,
                               Reader b,
                               int c)
                        throws SQLException
Specified by:
setCharacterStream in interface CallableStatement
Throws:
SQLException

registerOutParameter

public void registerOutParameter(String a,
                                 int b)
                          throws SQLException
Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException

registerOutParameter

public void registerOutParameter(int a,
                                 int b)
                          throws SQLException
Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException

registerOutParameter

public void registerOutParameter(int a,
                                 int b,
                                 int c)
                          throws SQLException
Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException

registerOutParameter

public void registerOutParameter(int a,
                                 int b,
                                 String c)
                          throws SQLException
Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException

registerOutParameter

public void registerOutParameter(String a,
                                 int b,
                                 int c)
                          throws SQLException
Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException

registerOutParameter

public void registerOutParameter(String a,
                                 int b,
                                 String c)
                          throws SQLException
Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException

getObject

public Object getObject(String a,
                        Map b)
                 throws SQLException
Specified by:
getObject in interface CallableStatement
Throws:
SQLException

getObject

public Object getObject(int a,
                        Map b)
                 throws SQLException
Specified by:
getObject in interface CallableStatement
Throws:
SQLException

getObject

public Object getObject(int a)
                 throws SQLException
Specified by:
getObject in interface CallableStatement
Throws:
SQLException

getObject

public Object getObject(String a)
                 throws SQLException
Specified by:
getObject in interface CallableStatement
Throws:
SQLException

getBoolean

public boolean getBoolean(int a)
                   throws SQLException
Specified by:
getBoolean in interface CallableStatement
Throws:
SQLException

getBoolean

public boolean getBoolean(String a)
                   throws SQLException
Specified by:
getBoolean in interface CallableStatement
Throws:
SQLException

getByte

public byte getByte(String a)
             throws SQLException
Specified by:
getByte in interface CallableStatement
Throws:
SQLException

getByte

public byte getByte(int a)
             throws SQLException
Specified by:
getByte in interface CallableStatement
Throws:
SQLException

getShort

public short getShort(int a)
               throws SQLException
Specified by:
getShort in interface CallableStatement
Throws:
SQLException

getShort

public short getShort(String a)
               throws SQLException
Specified by:
getShort in interface CallableStatement
Throws:
SQLException

getInt

public int getInt(String a)
           throws SQLException
Specified by:
getInt in interface CallableStatement
Throws:
SQLException

getInt

public int getInt(int a)
           throws SQLException
Specified by:
getInt in interface CallableStatement
Throws:
SQLException

getLong

public long getLong(int a)
             throws SQLException
Specified by:
getLong in interface CallableStatement
Throws:
SQLException

getLong

public long getLong(String a)
             throws SQLException
Specified by:
getLong in interface CallableStatement
Throws:
SQLException

getFloat

public float getFloat(String a)
               throws SQLException
Specified by:
getFloat in interface CallableStatement
Throws:
SQLException

getFloat

public float getFloat(int a)
               throws SQLException
Specified by:
getFloat in interface CallableStatement
Throws:
SQLException

getDouble

public double getDouble(String a)
                 throws SQLException
Specified by:
getDouble in interface CallableStatement
Throws:
SQLException

getDouble

public double getDouble(int a)
                 throws SQLException
Specified by:
getDouble in interface CallableStatement
Throws:
SQLException

getBytes

public byte[] getBytes(int a)
                throws SQLException
Specified by:
getBytes in interface CallableStatement
Throws:
SQLException

getBytes

public byte[] getBytes(String a)
                throws SQLException
Specified by:
getBytes in interface CallableStatement
Throws:
SQLException

getURL

public URL getURL(String a)
           throws SQLException
Specified by:
getURL in interface CallableStatement
Throws:
SQLException

getURL

public URL getURL(int a)
           throws SQLException
Specified by:
getURL in interface CallableStatement
Throws:
SQLException

setBoolean

public void setBoolean(String a,
                       boolean b)
                throws SQLException
Specified by:
setBoolean in interface CallableStatement
Throws:
SQLException

setByte

public void setByte(String a,
                    byte b)
             throws SQLException
Specified by:
setByte in interface CallableStatement
Throws:
SQLException

setShort

public void setShort(String a,
                     short b)
              throws SQLException
Specified by:
setShort in interface CallableStatement
Throws:
SQLException

setInt

public void setInt(String a,
                   int b)
            throws SQLException
Specified by:
setInt in interface CallableStatement
Throws:
SQLException

setLong

public void setLong(String a,
                    long b)
             throws SQLException
Specified by:
setLong in interface CallableStatement
Throws:
SQLException

setFloat

public void setFloat(String a,
                     float b)
              throws SQLException
Specified by:
setFloat in interface CallableStatement
Throws:
SQLException

setDouble

public void setDouble(String a,
                      double b)
               throws SQLException
Specified by:
setDouble in interface CallableStatement
Throws:
SQLException

getString

public String getString(String a)
                 throws SQLException
Specified by:
getString in interface CallableStatement
Throws:
SQLException

getString

public String getString(int a)
                 throws SQLException
Specified by:
getString in interface CallableStatement
Throws:
SQLException

getRef

public Ref getRef(int a)
           throws SQLException
Specified by:
getRef in interface CallableStatement
Throws:
SQLException

getRef

public Ref getRef(String a)
           throws SQLException
Specified by:
getRef in interface CallableStatement
Throws:
SQLException

setURL

public void setURL(String a,
                   URL b)
            throws SQLException
Specified by:
setURL in interface CallableStatement
Throws:
SQLException

setTime

public void setTime(String a,
                    Time b)
             throws SQLException
Specified by:
setTime in interface CallableStatement
Throws:
SQLException

setTime

public void setTime(String a,
                    Time b,
                    Calendar c)
             throws SQLException
Specified by:
setTime in interface CallableStatement
Throws:
SQLException

getTime

public Time getTime(int a,
                    Calendar b)
             throws SQLException
Specified by:
getTime in interface CallableStatement
Throws:
SQLException

getTime

public Time getTime(String a)
             throws SQLException
Specified by:
getTime in interface CallableStatement
Throws:
SQLException

getTime

public Time getTime(int a)
             throws SQLException
Specified by:
getTime in interface CallableStatement
Throws:
SQLException

getTime

public Time getTime(String a,
                    Calendar b)
             throws SQLException
Specified by:
getTime in interface CallableStatement
Throws:
SQLException

getDate

public Date getDate(int a,
                    Calendar b)
             throws SQLException
Specified by:
getDate in interface CallableStatement
Throws:
SQLException

getDate

public Date getDate(String a)
             throws SQLException
Specified by:
getDate in interface CallableStatement
Throws:
SQLException

getDate

public Date getDate(int a)
             throws SQLException
Specified by:
getDate in interface CallableStatement
Throws:
SQLException

getDate

public Date getDate(String a,
                    Calendar b)
             throws SQLException
Specified by:
getDate in interface CallableStatement
Throws:
SQLException

setString

public void setString(String a,
                      String b)
               throws SQLException
Specified by:
setString in interface CallableStatement
Throws:
SQLException

getArray

public Array getArray(int a)
               throws SQLException
Specified by:
getArray in interface CallableStatement
Throws:
SQLException

getArray

public Array getArray(String a)
               throws SQLException
Specified by:
getArray in interface CallableStatement
Throws:
SQLException

setDate

public void setDate(String a,
                    Date b,
                    Calendar c)
             throws SQLException
Specified by:
setDate in interface CallableStatement
Throws:
SQLException

setDate

public void setDate(String a,
                    Date b)
             throws SQLException
Specified by:
setDate in interface CallableStatement
Throws:
SQLException

getMetaData

public ResultSetMetaData getMetaData()
                              throws SQLException
Specified by:
getMetaData in interface PreparedStatement
Throws:
SQLException

executeQuery

public ResultSet executeQuery()
                       throws SQLException
Specified by:
executeQuery in interface PreparedStatement
Throws:
SQLException

executeUpdate

public int executeUpdate()
                  throws SQLException
Specified by:
executeUpdate in interface PreparedStatement
Throws:
SQLException

addBatch

public void addBatch()
              throws SQLException
Specified by:
addBatch in interface PreparedStatement
Throws:
SQLException

setNull

public void setNull(int a,
                    int b,
                    String c)
             throws SQLException
Specified by:
setNull in interface PreparedStatement
Throws:
SQLException

setNull

public void setNull(int a,
                    int b)
             throws SQLException
Specified by:
setNull in interface PreparedStatement
Throws:
SQLException

setBigDecimal

public void setBigDecimal(int a,
                          BigDecimal b)
                   throws SQLException
Specified by:
setBigDecimal in interface PreparedStatement
Throws:
SQLException

setBytes

public void setBytes(int a,
                     byte[] b)
              throws SQLException
Specified by:
setBytes in interface PreparedStatement
Throws:
SQLException

setTimestamp

public void setTimestamp(int a,
                         Timestamp b,
                         Calendar c)
                  throws SQLException
Specified by:
setTimestamp in interface PreparedStatement
Throws:
SQLException

setTimestamp

public void setTimestamp(int a,
                         Timestamp b)
                  throws SQLException
Specified by:
setTimestamp in interface PreparedStatement
Throws:
SQLException

setAsciiStream

public void setAsciiStream(int a,
                           InputStream b,
                           int c)
                    throws SQLException
Specified by:
setAsciiStream in interface PreparedStatement
Throws:
SQLException

setUnicodeStream

public void setUnicodeStream(int a,
                             InputStream b,
                             int c)
                      throws SQLException
Specified by:
setUnicodeStream in interface PreparedStatement
Throws:
SQLException

setBinaryStream

public void setBinaryStream(int a,
                            InputStream b,
                            int c)
                     throws SQLException
Specified by:
setBinaryStream in interface PreparedStatement
Throws:
SQLException

clearParameters

public void clearParameters()
                     throws SQLException
Specified by:
clearParameters in interface PreparedStatement
Throws:
SQLException

setObject

public void setObject(int a,
                      Object b)
               throws SQLException
Specified by:
setObject in interface PreparedStatement
Throws:
SQLException

setObject

public void setObject(int a,
                      Object b,
                      int c,
                      int d)
               throws SQLException
Specified by:
setObject in interface PreparedStatement
Throws:
SQLException

setObject

public void setObject(int a,
                      Object b,
                      int c)
               throws SQLException
Specified by:
setObject in interface PreparedStatement
Throws:
SQLException

setCharacterStream

public void setCharacterStream(int a,
                               Reader b,
                               int c)
                        throws SQLException
Specified by:
setCharacterStream in interface PreparedStatement
Throws:
SQLException

setRef

public void setRef(int a,
                   Ref b)
            throws SQLException
Specified by:
setRef in interface PreparedStatement
Throws:
SQLException

setBlob

public void setBlob(int a,
                    Blob b)
             throws SQLException
Specified by:
setBlob in interface PreparedStatement
Throws:
SQLException

setClob

public void setClob(int a,
                    Clob b)
             throws SQLException
Specified by:
setClob in interface PreparedStatement
Throws:
SQLException

setArray

public void setArray(int a,
                     Array b)
              throws SQLException
Specified by:
setArray in interface PreparedStatement
Throws:
SQLException

getParameterMetaData

public ParameterMetaData getParameterMetaData()
                                       throws SQLException
Specified by:
getParameterMetaData in interface PreparedStatement
Throws:
SQLException

setBoolean

public void setBoolean(int a,
                       boolean b)
                throws SQLException
Specified by:
setBoolean in interface PreparedStatement
Throws:
SQLException

setByte

public void setByte(int a,
                    byte b)
             throws SQLException
Specified by:
setByte in interface PreparedStatement
Throws:
SQLException

setShort

public void setShort(int a,
                     short b)
              throws SQLException
Specified by:
setShort in interface PreparedStatement
Throws:
SQLException

setInt

public void setInt(int a,
                   int b)
            throws SQLException
Specified by:
setInt in interface PreparedStatement
Throws:
SQLException

setLong

public void setLong(int a,
                    long b)
             throws SQLException
Specified by:
setLong in interface PreparedStatement
Throws:
SQLException

setFloat

public void setFloat(int a,
                     float b)
              throws SQLException
Specified by:
setFloat in interface PreparedStatement
Throws:
SQLException

setDouble

public void setDouble(int a,
                      double b)
               throws SQLException
Specified by:
setDouble in interface PreparedStatement
Throws:
SQLException

setURL

public void setURL(int a,
                   URL b)
            throws SQLException
Specified by:
setURL in interface PreparedStatement
Throws:
SQLException

setTime

public void setTime(int a,
                    Time b)
             throws SQLException
Specified by:
setTime in interface PreparedStatement
Throws:
SQLException

setTime

public void setTime(int a,
                    Time b,
                    Calendar c)
             throws SQLException
Specified by:
setTime in interface PreparedStatement
Throws:
SQLException

execute

public boolean execute()
                throws SQLException
Specified by:
execute in interface PreparedStatement
Throws:
SQLException

setString

public void setString(int a,
                      String b)
               throws SQLException
Specified by:
setString in interface PreparedStatement
Throws:
SQLException

setDate

public void setDate(int a,
                    Date b,
                    Calendar c)
             throws SQLException
Specified by:
setDate in interface PreparedStatement
Throws:
SQLException

setDate

public void setDate(int a,
                    Date b)
             throws SQLException
Specified by:
setDate in interface PreparedStatement
Throws:
SQLException

getWarnings

public SQLWarning getWarnings()
                       throws SQLException
Specified by:
getWarnings in interface Statement
Throws:
SQLException

clearWarnings

public void clearWarnings()
                   throws SQLException
Specified by:
clearWarnings in interface Statement
Throws:
SQLException

setFetchDirection

public void setFetchDirection(int a)
                       throws SQLException
Specified by:
setFetchDirection in interface Statement
Throws:
SQLException

getFetchDirection

public int getFetchDirection()
                      throws SQLException
Specified by:
getFetchDirection in interface Statement
Throws:
SQLException

setFetchSize

public void setFetchSize(int a)
                  throws SQLException
Specified by:
setFetchSize in interface Statement
Throws:
SQLException

getFetchSize

public int getFetchSize()
                 throws SQLException
Specified by:
getFetchSize in interface Statement
Throws:
SQLException

getResultSetHoldability

public int getResultSetHoldability()
                            throws SQLException
Specified by:
getResultSetHoldability in interface Statement
Throws:
SQLException

executeQuery

public ResultSet executeQuery(String a)
                       throws SQLException
Specified by:
executeQuery in interface Statement
Throws:
SQLException

executeUpdate

public int executeUpdate(String a,
                         int b)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Throws:
SQLException

executeUpdate

public int executeUpdate(String a,
                         String[] b)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Throws:
SQLException

executeUpdate

public int executeUpdate(String a,
                         int[] b)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Throws:
SQLException

executeUpdate

public int executeUpdate(String a)
                  throws SQLException
Specified by:
executeUpdate in interface Statement
Throws:
SQLException

getMaxFieldSize

public int getMaxFieldSize()
                    throws SQLException
Specified by:
getMaxFieldSize in interface Statement
Throws:
SQLException

setMaxFieldSize

public void setMaxFieldSize(int a)
                     throws SQLException
Specified by:
setMaxFieldSize in interface Statement
Throws:
SQLException

getMaxRows

public int getMaxRows()
               throws SQLException
Specified by:
getMaxRows in interface Statement
Throws:
SQLException

setMaxRows

public void setMaxRows(int a)
                throws SQLException
Specified by:
setMaxRows in interface Statement
Throws:
SQLException

setEscapeProcessing

public void setEscapeProcessing(boolean a)
                         throws SQLException
Specified by:
setEscapeProcessing in interface Statement
Throws:
SQLException

getQueryTimeout

public int getQueryTimeout()
                    throws SQLException
Specified by:
getQueryTimeout in interface Statement
Throws:
SQLException

setQueryTimeout

public void setQueryTimeout(int a)
                     throws SQLException
Specified by:
setQueryTimeout in interface Statement
Throws:
SQLException

setCursorName

public void setCursorName(String a)
                   throws SQLException
Specified by:
setCursorName in interface Statement
Throws:
SQLException

getResultSet

public ResultSet getResultSet()
                       throws SQLException
Specified by:
getResultSet in interface Statement
Throws:
SQLException

getUpdateCount

public int getUpdateCount()
                   throws SQLException
Specified by:
getUpdateCount in interface Statement
Throws:
SQLException

getMoreResults

public boolean getMoreResults()
                       throws SQLException
Specified by:
getMoreResults in interface Statement
Throws:
SQLException

getMoreResults

public boolean getMoreResults(int a)
                       throws SQLException
Specified by:
getMoreResults in interface Statement
Throws:
SQLException

getResultSetConcurrency

public int getResultSetConcurrency()
                            throws SQLException
Specified by:
getResultSetConcurrency in interface Statement
Throws:
SQLException

getResultSetType

public int getResultSetType()
                     throws SQLException
Specified by:
getResultSetType in interface Statement
Throws:
SQLException

addBatch

public void addBatch(String a)
              throws SQLException
Specified by:
addBatch in interface Statement
Throws:
SQLException

clearBatch

public void clearBatch()
                throws SQLException
Specified by:
clearBatch in interface Statement
Throws:
SQLException

executeBatch

public int[] executeBatch()
                   throws SQLException
Specified by:
executeBatch in interface Statement
Throws:
SQLException

getGeneratedKeys

public ResultSet getGeneratedKeys()
                           throws SQLException
Specified by:
getGeneratedKeys in interface Statement
Throws:
SQLException

close

public void close()
           throws SQLException
Specified by:
close in interface Statement
Throws:
SQLException

execute

public boolean execute(String a,
                       int b)
                throws SQLException
Specified by:
execute in interface Statement
Throws:
SQLException

execute

public boolean execute(String a)
                throws SQLException
Specified by:
execute in interface Statement
Throws:
SQLException

execute

public boolean execute(String a,
                       int[] b)
                throws SQLException
Specified by:
execute in interface Statement
Throws:
SQLException

execute

public boolean execute(String a,
                       String[] b)
                throws SQLException
Specified by:
execute in interface Statement
Throws:
SQLException

getConnection

public Connection getConnection()
                         throws SQLException
Specified by:
getConnection in interface Statement
Throws:
SQLException

cancel

public void cancel()
            throws SQLException
Specified by:
cancel in interface Statement
Throws:
SQLException