ca.bc.gov.webade.dbpool
Class WrapperCallableStatement

java.lang.Object
  extended byca.bc.gov.webade.dbpool.WrapperStatement
      extended byca.bc.gov.webade.dbpool.WrapperPreparedStatement
          extended byca.bc.gov.webade.dbpool.WrapperCallableStatement
All Implemented Interfaces:
java.sql.CallableStatement, java.sql.PreparedStatement, java.sql.Statement

public class WrapperCallableStatement
extends WrapperPreparedStatement
implements java.sql.CallableStatement

Author:
jross

Field Summary
 
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
 
Method Summary
 void addBatch()
           
 void addBatch(java.lang.String arg0)
           
 void cancel()
           
 void clearBatch()
           
 void clearParameters()
           
 void clearWarnings()
           
 boolean equals(java.lang.Object arg0)
           
 boolean execute()
           
 boolean execute(java.lang.String arg0)
           
 int[] executeBatch()
           
 java.sql.ResultSet executeQuery()
           
 java.sql.ResultSet executeQuery(java.lang.String arg0)
           
 int executeUpdate()
           
 int executeUpdate(java.lang.String arg0)
           
 java.sql.Array getArray(int arg0)
           
 java.sql.Array getArray(java.lang.String arg0)
           
 java.math.BigDecimal getBigDecimal(int arg0)
           
 java.math.BigDecimal getBigDecimal(int arg0, int arg1)
          Deprecated.  
 java.math.BigDecimal getBigDecimal(java.lang.String arg0)
           
 java.sql.Blob getBlob(int arg0)
           
 java.sql.Blob getBlob(java.lang.String arg0)
           
 boolean getBoolean(int arg0)
           
 boolean getBoolean(java.lang.String arg0)
           
 byte getByte(int arg0)
           
 byte getByte(java.lang.String arg0)
           
 byte[] getBytes(int arg0)
           
 byte[] getBytes(java.lang.String arg0)
           
 java.sql.Clob getClob(int arg0)
           
 java.sql.Clob getClob(java.lang.String arg0)
           
 java.sql.Connection getConnection()
           
 java.sql.Date getDate(int arg0)
           
 java.sql.Date getDate(int arg0, java.util.Calendar arg1)
           
 java.sql.Date getDate(java.lang.String arg0)
           
 java.sql.Date getDate(java.lang.String arg0, java.util.Calendar arg1)
           
 double getDouble(int arg0)
           
 double getDouble(java.lang.String arg0)
           
 int getFetchDirection()
           
 int getFetchSize()
           
 float getFloat(int arg0)
           
 float getFloat(java.lang.String arg0)
           
 int getInt(int arg0)
           
 int getInt(java.lang.String arg0)
           
 long getLong(int arg0)
           
 long getLong(java.lang.String arg0)
           
 int getMaxFieldSize()
           
 int getMaxRows()
           
 java.sql.ResultSetMetaData getMetaData()
           
 boolean getMoreResults()
           
 java.lang.Object getObject(int arg0)
           
 java.lang.Object getObject(int arg0, java.util.Map arg1)
           
 java.lang.Object getObject(java.lang.String arg0)
           
 java.lang.Object getObject(java.lang.String arg0, java.util.Map arg1)
           
 int getQueryTimeout()
           
 java.sql.Ref getRef(int arg0)
           
 java.sql.Ref getRef(java.lang.String arg0)
           
 java.sql.ResultSet getResultSet()
           
 int getResultSetConcurrency()
           
 int getResultSetType()
           
 short getShort(int arg0)
           
 short getShort(java.lang.String arg0)
           
 java.lang.String getString(int arg0)
           
 java.lang.String getString(java.lang.String arg0)
           
 java.sql.Time getTime(int arg0)
           
 java.sql.Time getTime(int arg0, java.util.Calendar arg1)
           
 java.sql.Time getTime(java.lang.String arg0)
           
 java.sql.Time getTime(java.lang.String arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(int arg0)
           
 java.sql.Timestamp getTimestamp(int arg0, java.util.Calendar arg1)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0)
           
 java.sql.Timestamp getTimestamp(java.lang.String arg0, java.util.Calendar arg1)
           
 int getUpdateCount()
           
 java.net.URL getURL(int arg0)
           
 java.net.URL getURL(java.lang.String arg0)
           
 java.sql.SQLWarning getWarnings()
           
 int hashCode()
           
 void registerOutParameter(int arg0, int arg1)
           
 void registerOutParameter(int arg0, int arg1, int arg2)
           
 void registerOutParameter(int arg0, int arg1, java.lang.String arg2)
           
 void registerOutParameter(java.lang.String arg0, int arg1)
           
 void registerOutParameter(java.lang.String arg0, int arg1, int arg2)
           
 void registerOutParameter(java.lang.String arg0, int arg1, java.lang.String arg2)
           
 void setArray(int arg0, java.sql.Array arg1)
           
 void setAsciiStream(int arg0, java.io.InputStream arg1, int arg2)
           
 void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
           
 void setBigDecimal(int arg0, java.math.BigDecimal arg1)
           
 void setBigDecimal(java.lang.String arg0, java.math.BigDecimal arg1)
           
 void setBinaryStream(int arg0, java.io.InputStream arg1, int arg2)
           
 void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1, int arg2)
           
 void setBlob(int arg0, java.sql.Blob arg1)
           
 void setBoolean(int arg0, boolean arg1)
           
 void setBoolean(java.lang.String arg0, boolean arg1)
           
 void setByte(int arg0, byte arg1)
           
 void setByte(java.lang.String arg0, byte arg1)
           
 void setBytes(int arg0, byte[] arg1)
           
 void setBytes(java.lang.String arg0, byte[] arg1)
           
 void setCharacterStream(int arg0, java.io.Reader arg1, int arg2)
           
 void setCharacterStream(java.lang.String arg0, java.io.Reader arg1, int arg2)
           
 void setClob(int arg0, java.sql.Clob arg1)
           
 void setCursorName(java.lang.String arg0)
           
 void setDate(int arg0, java.sql.Date arg1)
           
 void setDate(int arg0, java.sql.Date arg1, java.util.Calendar arg2)
           
 void setDate(java.lang.String arg0, java.sql.Date arg1)
           
 void setDate(java.lang.String arg0, java.sql.Date arg1, java.util.Calendar arg2)
           
 void setDouble(int arg0, double arg1)
           
 void setDouble(java.lang.String arg0, double arg1)
           
 void setEscapeProcessing(boolean arg0)
           
 void setFetchDirection(int arg0)
           
 void setFetchSize(int arg0)
           
 void setFloat(int arg0, float arg1)
           
 void setFloat(java.lang.String arg0, float arg1)
           
 void setInt(int arg0, int arg1)
           
 void setInt(java.lang.String arg0, int arg1)
           
 void setLong(int arg0, long arg1)
           
 void setLong(java.lang.String arg0, long arg1)
           
 void setMaxFieldSize(int arg0)
           
 void setMaxRows(int arg0)
           
 void setNull(int arg0, int arg1)
           
 void setNull(int arg0, int arg1, java.lang.String arg2)
           
 void setNull(java.lang.String arg0, int arg1)
           
 void setNull(java.lang.String arg0, int arg1, java.lang.String arg2)
           
 void setObject(int arg0, java.lang.Object arg1)
           
 void setObject(int arg0, java.lang.Object arg1, int arg2)
           
 void setObject(int arg0, java.lang.Object arg1, int arg2, int arg3)
           
 void setObject(java.lang.String arg0, java.lang.Object arg1)
           
 void setObject(java.lang.String arg0, java.lang.Object arg1, int arg2)
           
 void setObject(java.lang.String arg0, java.lang.Object arg1, int arg2, int arg3)
           
 void setQueryTimeout(int arg0)
           
 void setRef(int arg0, java.sql.Ref arg1)
           
 void setShort(int arg0, short arg1)
           
 void setShort(java.lang.String arg0, short arg1)
           
 void setString(int arg0, java.lang.String arg1)
           
 void setString(java.lang.String arg0, java.lang.String arg1)
           
 void setTime(int arg0, java.sql.Time arg1)
           
 void setTime(int arg0, java.sql.Time arg1, java.util.Calendar arg2)
           
 void setTime(java.lang.String arg0, java.sql.Time arg1)
           
 void setTime(java.lang.String arg0, java.sql.Time arg1, java.util.Calendar arg2)
           
 void setTimestamp(int arg0, java.sql.Timestamp arg1)
           
 void setTimestamp(int arg0, java.sql.Timestamp arg1, java.util.Calendar arg2)
           
 void setTimestamp(java.lang.String arg0, java.sql.Timestamp arg1)
           
 void setTimestamp(java.lang.String arg0, java.sql.Timestamp arg1, java.util.Calendar arg2)
           
 void setUnicodeStream(int arg0, java.io.InputStream arg1, int arg2)
          Deprecated.  
 void setURL(java.lang.String arg0, java.net.URL arg1)
           
 java.lang.String toString()
           
 boolean wasNull()
           
 
Methods inherited from class ca.bc.gov.webade.dbpool.WrapperPreparedStatement
getParameterMetaData, setURL
 
Methods inherited from class ca.bc.gov.webade.dbpool.WrapperStatement
close, execute, execute, execute, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getMoreResults, getResultSetHoldability, getWrappedStatement
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.sql.PreparedStatement
getParameterMetaData, setURL
 
Methods inherited from interface java.sql.Statement
close, execute, execute, execute, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getMoreResults, getResultSetHoldability
 

Method Detail

registerOutParameter

public void registerOutParameter(int arg0,
                                 int arg1)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

registerOutParameter

public void registerOutParameter(int arg0,
                                 int arg1,
                                 int arg2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(int, int, int)

wasNull

public boolean wasNull()
                throws java.sql.SQLException
Specified by:
wasNull in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.wasNull()

getString

public java.lang.String getString(int arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getString(int)

getBoolean

public boolean getBoolean(int arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBoolean(int)

getByte

public byte getByte(int arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getByte(int)

getShort

public short getShort(int arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getShort(int)

getInt

public int getInt(int arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getInt(int)

getLong

public long getLong(int arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getLong(int)

getFloat

public float getFloat(int arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getFloat(int)

getDouble

public double getDouble(int arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDouble(int)

getBigDecimal

public java.math.BigDecimal getBigDecimal(int arg0,
                                          int arg1)
                                   throws java.sql.SQLException
Deprecated.  

Specified by:
getBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBigDecimal(int, int)

getBytes

public byte[] getBytes(int arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBytes(int)

getDate

public java.sql.Date getDate(int arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDate(int)

getTime

public java.sql.Time getTime(int arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTime(int)

getTimestamp

public java.sql.Timestamp getTimestamp(int arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTimestamp(int)

getObject

public java.lang.Object getObject(int arg0)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getObject(int)

getBigDecimal

public java.math.BigDecimal getBigDecimal(int arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBigDecimal(int)

getObject

public java.lang.Object getObject(int arg0,
                                  java.util.Map arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getObject(int, java.util.Map)

getRef

public java.sql.Ref getRef(int arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getRef(int)

getBlob

public java.sql.Blob getBlob(int arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBlob(int)

getClob

public java.sql.Clob getClob(int arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getClob(int)

getArray

public java.sql.Array getArray(int arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getArray(int)

getDate

public java.sql.Date getDate(int arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDate(int, java.util.Calendar)

getTime

public java.sql.Time getTime(int arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTime(int, java.util.Calendar)

getTimestamp

public java.sql.Timestamp getTimestamp(int arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTimestamp(int, java.util.Calendar)

registerOutParameter

public void registerOutParameter(int arg0,
                                 int arg1,
                                 java.lang.String arg2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(int, int, java.lang.String)

executeQuery

public java.sql.ResultSet executeQuery()
                                throws java.sql.SQLException
Specified by:
executeQuery in interface java.sql.PreparedStatement
Overrides:
executeQuery in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.executeQuery()

executeUpdate

public int executeUpdate()
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.PreparedStatement
Overrides:
executeUpdate in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.executeUpdate()

setNull

public void setNull(int arg0,
                    int arg1)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.PreparedStatement
Overrides:
setNull in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setNull(int, int)

setBoolean

public void setBoolean(int arg0,
                       boolean arg1)
                throws java.sql.SQLException
Specified by:
setBoolean in interface java.sql.PreparedStatement
Overrides:
setBoolean in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setBoolean(int, boolean)

setByte

public void setByte(int arg0,
                    byte arg1)
             throws java.sql.SQLException
Specified by:
setByte in interface java.sql.PreparedStatement
Overrides:
setByte in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setByte(int, byte)

setShort

public void setShort(int arg0,
                     short arg1)
              throws java.sql.SQLException
Specified by:
setShort in interface java.sql.PreparedStatement
Overrides:
setShort in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setShort(int, short)

setInt

public void setInt(int arg0,
                   int arg1)
            throws java.sql.SQLException
Specified by:
setInt in interface java.sql.PreparedStatement
Overrides:
setInt in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setInt(int, int)

setLong

public void setLong(int arg0,
                    long arg1)
             throws java.sql.SQLException
Specified by:
setLong in interface java.sql.PreparedStatement
Overrides:
setLong in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setLong(int, long)

setFloat

public void setFloat(int arg0,
                     float arg1)
              throws java.sql.SQLException
Specified by:
setFloat in interface java.sql.PreparedStatement
Overrides:
setFloat in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setFloat(int, float)

setDouble

public void setDouble(int arg0,
                      double arg1)
               throws java.sql.SQLException
Specified by:
setDouble in interface java.sql.PreparedStatement
Overrides:
setDouble in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setDouble(int, double)

setBigDecimal

public void setBigDecimal(int arg0,
                          java.math.BigDecimal arg1)
                   throws java.sql.SQLException
Specified by:
setBigDecimal in interface java.sql.PreparedStatement
Overrides:
setBigDecimal in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setBigDecimal(int, java.math.BigDecimal)

setString

public void setString(int arg0,
                      java.lang.String arg1)
               throws java.sql.SQLException
Specified by:
setString in interface java.sql.PreparedStatement
Overrides:
setString in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setString(int, java.lang.String)

setBytes

public void setBytes(int arg0,
                     byte[] arg1)
              throws java.sql.SQLException
Specified by:
setBytes in interface java.sql.PreparedStatement
Overrides:
setBytes in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setBytes(int, byte[])

setDate

public void setDate(int arg0,
                    java.sql.Date arg1)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.PreparedStatement
Overrides:
setDate in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setDate(int, java.sql.Date)

setTime

public void setTime(int arg0,
                    java.sql.Time arg1)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.PreparedStatement
Overrides:
setTime in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setTime(int, java.sql.Time)

setTimestamp

public void setTimestamp(int arg0,
                         java.sql.Timestamp arg1)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.PreparedStatement
Overrides:
setTimestamp in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setTimestamp(int, java.sql.Timestamp)

setAsciiStream

public void setAsciiStream(int arg0,
                           java.io.InputStream arg1,
                           int arg2)
                    throws java.sql.SQLException
Specified by:
setAsciiStream in interface java.sql.PreparedStatement
Overrides:
setAsciiStream in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setAsciiStream(int, java.io.InputStream, int)

setUnicodeStream

public void setUnicodeStream(int arg0,
                             java.io.InputStream arg1,
                             int arg2)
                      throws java.sql.SQLException
Deprecated.  

Specified by:
setUnicodeStream in interface java.sql.PreparedStatement
Overrides:
setUnicodeStream in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setUnicodeStream(int, java.io.InputStream, int)

setBinaryStream

public void setBinaryStream(int arg0,
                            java.io.InputStream arg1,
                            int arg2)
                     throws java.sql.SQLException
Specified by:
setBinaryStream in interface java.sql.PreparedStatement
Overrides:
setBinaryStream in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)

clearParameters

public void clearParameters()
                     throws java.sql.SQLException
Specified by:
clearParameters in interface java.sql.PreparedStatement
Overrides:
clearParameters in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.clearParameters()

setObject

public void setObject(int arg0,
                      java.lang.Object arg1,
                      int arg2,
                      int arg3)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Overrides:
setObject in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setObject(int, java.lang.Object, int, int)

setObject

public void setObject(int arg0,
                      java.lang.Object arg1,
                      int arg2)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Overrides:
setObject in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setObject(int, java.lang.Object, int)

setObject

public void setObject(int arg0,
                      java.lang.Object arg1)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.PreparedStatement
Overrides:
setObject in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setObject(int, java.lang.Object)

execute

public boolean execute()
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.PreparedStatement
Overrides:
execute in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.execute()

addBatch

public void addBatch()
              throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.PreparedStatement
Overrides:
addBatch in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.addBatch()

setCharacterStream

public void setCharacterStream(int arg0,
                               java.io.Reader arg1,
                               int arg2)
                        throws java.sql.SQLException
Specified by:
setCharacterStream in interface java.sql.PreparedStatement
Overrides:
setCharacterStream in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setCharacterStream(int, java.io.Reader, int)

setRef

public void setRef(int arg0,
                   java.sql.Ref arg1)
            throws java.sql.SQLException
Specified by:
setRef in interface java.sql.PreparedStatement
Overrides:
setRef in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setRef(int, java.sql.Ref)

setBlob

public void setBlob(int arg0,
                    java.sql.Blob arg1)
             throws java.sql.SQLException
Specified by:
setBlob in interface java.sql.PreparedStatement
Overrides:
setBlob in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setBlob(int, java.sql.Blob)

setClob

public void setClob(int arg0,
                    java.sql.Clob arg1)
             throws java.sql.SQLException
Specified by:
setClob in interface java.sql.PreparedStatement
Overrides:
setClob in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setClob(int, java.sql.Clob)

setArray

public void setArray(int arg0,
                     java.sql.Array arg1)
              throws java.sql.SQLException
Specified by:
setArray in interface java.sql.PreparedStatement
Overrides:
setArray in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setArray(int, java.sql.Array)

getMetaData

public java.sql.ResultSetMetaData getMetaData()
                                       throws java.sql.SQLException
Specified by:
getMetaData in interface java.sql.PreparedStatement
Overrides:
getMetaData in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.getMetaData()

setDate

public void setDate(int arg0,
                    java.sql.Date arg1,
                    java.util.Calendar arg2)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.PreparedStatement
Overrides:
setDate in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setDate(int, java.sql.Date, java.util.Calendar)

setTime

public void setTime(int arg0,
                    java.sql.Time arg1,
                    java.util.Calendar arg2)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.PreparedStatement
Overrides:
setTime in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setTime(int, java.sql.Time, java.util.Calendar)

setTimestamp

public void setTimestamp(int arg0,
                         java.sql.Timestamp arg1,
                         java.util.Calendar arg2)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.PreparedStatement
Overrides:
setTimestamp in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setTimestamp(int, java.sql.Timestamp, java.util.Calendar)

setNull

public void setNull(int arg0,
                    int arg1,
                    java.lang.String arg2)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.PreparedStatement
Overrides:
setNull in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
PreparedStatement.setNull(int, int, java.lang.String)

executeQuery

public java.sql.ResultSet executeQuery(java.lang.String arg0)
                                throws java.sql.SQLException
Specified by:
executeQuery in interface java.sql.Statement
Overrides:
executeQuery in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.executeQuery(java.lang.String)

executeUpdate

public int executeUpdate(java.lang.String arg0)
                  throws java.sql.SQLException
Specified by:
executeUpdate in interface java.sql.Statement
Overrides:
executeUpdate in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.executeUpdate(java.lang.String)

getMaxFieldSize

public int getMaxFieldSize()
                    throws java.sql.SQLException
Specified by:
getMaxFieldSize in interface java.sql.Statement
Overrides:
getMaxFieldSize in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getMaxFieldSize()

setMaxFieldSize

public void setMaxFieldSize(int arg0)
                     throws java.sql.SQLException
Specified by:
setMaxFieldSize in interface java.sql.Statement
Overrides:
setMaxFieldSize in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setMaxFieldSize(int)

getMaxRows

public int getMaxRows()
               throws java.sql.SQLException
Specified by:
getMaxRows in interface java.sql.Statement
Overrides:
getMaxRows in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getMaxRows()

setMaxRows

public void setMaxRows(int arg0)
                throws java.sql.SQLException
Specified by:
setMaxRows in interface java.sql.Statement
Overrides:
setMaxRows in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setMaxRows(int)

setEscapeProcessing

public void setEscapeProcessing(boolean arg0)
                         throws java.sql.SQLException
Specified by:
setEscapeProcessing in interface java.sql.Statement
Overrides:
setEscapeProcessing in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setEscapeProcessing(boolean)

getQueryTimeout

public int getQueryTimeout()
                    throws java.sql.SQLException
Specified by:
getQueryTimeout in interface java.sql.Statement
Overrides:
getQueryTimeout in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getQueryTimeout()

setQueryTimeout

public void setQueryTimeout(int arg0)
                     throws java.sql.SQLException
Specified by:
setQueryTimeout in interface java.sql.Statement
Overrides:
setQueryTimeout in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setQueryTimeout(int)

cancel

public void cancel()
            throws java.sql.SQLException
Specified by:
cancel in interface java.sql.Statement
Overrides:
cancel in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.cancel()

getWarnings

public java.sql.SQLWarning getWarnings()
                                throws java.sql.SQLException
Specified by:
getWarnings in interface java.sql.Statement
Overrides:
getWarnings in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getWarnings()

clearWarnings

public void clearWarnings()
                   throws java.sql.SQLException
Specified by:
clearWarnings in interface java.sql.Statement
Overrides:
clearWarnings in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.clearWarnings()

setCursorName

public void setCursorName(java.lang.String arg0)
                   throws java.sql.SQLException
Specified by:
setCursorName in interface java.sql.Statement
Overrides:
setCursorName in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setCursorName(java.lang.String)

execute

public boolean execute(java.lang.String arg0)
                throws java.sql.SQLException
Specified by:
execute in interface java.sql.Statement
Overrides:
execute in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.execute(java.lang.String)

getResultSet

public java.sql.ResultSet getResultSet()
                                throws java.sql.SQLException
Specified by:
getResultSet in interface java.sql.Statement
Overrides:
getResultSet in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getResultSet()

getUpdateCount

public int getUpdateCount()
                   throws java.sql.SQLException
Specified by:
getUpdateCount in interface java.sql.Statement
Overrides:
getUpdateCount in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getUpdateCount()

getMoreResults

public boolean getMoreResults()
                       throws java.sql.SQLException
Specified by:
getMoreResults in interface java.sql.Statement
Overrides:
getMoreResults in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getMoreResults()

setFetchDirection

public void setFetchDirection(int arg0)
                       throws java.sql.SQLException
Specified by:
setFetchDirection in interface java.sql.Statement
Overrides:
setFetchDirection in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setFetchDirection(int)

getFetchDirection

public int getFetchDirection()
                      throws java.sql.SQLException
Specified by:
getFetchDirection in interface java.sql.Statement
Overrides:
getFetchDirection in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getFetchDirection()

setFetchSize

public void setFetchSize(int arg0)
                  throws java.sql.SQLException
Specified by:
setFetchSize in interface java.sql.Statement
Overrides:
setFetchSize in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.setFetchSize(int)

getFetchSize

public int getFetchSize()
                 throws java.sql.SQLException
Specified by:
getFetchSize in interface java.sql.Statement
Overrides:
getFetchSize in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getFetchSize()

getResultSetConcurrency

public int getResultSetConcurrency()
                            throws java.sql.SQLException
Specified by:
getResultSetConcurrency in interface java.sql.Statement
Overrides:
getResultSetConcurrency in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getResultSetConcurrency()

getResultSetType

public int getResultSetType()
                     throws java.sql.SQLException
Specified by:
getResultSetType in interface java.sql.Statement
Overrides:
getResultSetType in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.getResultSetType()

addBatch

public void addBatch(java.lang.String arg0)
              throws java.sql.SQLException
Specified by:
addBatch in interface java.sql.Statement
Overrides:
addBatch in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.addBatch(java.lang.String)

clearBatch

public void clearBatch()
                throws java.sql.SQLException
Specified by:
clearBatch in interface java.sql.Statement
Overrides:
clearBatch in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.clearBatch()

executeBatch

public int[] executeBatch()
                   throws java.sql.SQLException
Specified by:
executeBatch in interface java.sql.Statement
Overrides:
executeBatch in class WrapperPreparedStatement
Throws:
java.sql.SQLException
See Also:
Statement.executeBatch()

getConnection

public java.sql.Connection getConnection()
Specified by:
getConnection in interface java.sql.Statement
Overrides:
getConnection in class WrapperPreparedStatement
See Also:
Statement.getConnection()

registerOutParameter

public void registerOutParameter(java.lang.String arg0,
                                 int arg1,
                                 int arg2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(java.lang.String, int, int)

registerOutParameter

public void registerOutParameter(java.lang.String arg0,
                                 int arg1,
                                 java.lang.String arg2)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(java.lang.String, int, java.lang.String)

registerOutParameter

public void registerOutParameter(java.lang.String arg0,
                                 int arg1)
                          throws java.sql.SQLException
Specified by:
registerOutParameter in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.registerOutParameter(java.lang.String, int)

setAsciiStream

public void setAsciiStream(java.lang.String arg0,
                           java.io.InputStream arg1,
                           int arg2)
                    throws java.sql.SQLException
Specified by:
setAsciiStream in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setAsciiStream(java.lang.String, java.io.InputStream, int)

setBigDecimal

public void setBigDecimal(java.lang.String arg0,
                          java.math.BigDecimal arg1)
                   throws java.sql.SQLException
Specified by:
setBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBigDecimal(java.lang.String, java.math.BigDecimal)

setBinaryStream

public void setBinaryStream(java.lang.String arg0,
                            java.io.InputStream arg1,
                            int arg2)
                     throws java.sql.SQLException
Specified by:
setBinaryStream in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBinaryStream(java.lang.String, java.io.InputStream, int)

setBoolean

public void setBoolean(java.lang.String arg0,
                       boolean arg1)
                throws java.sql.SQLException
Specified by:
setBoolean in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBoolean(java.lang.String, boolean)

setByte

public void setByte(java.lang.String arg0,
                    byte arg1)
             throws java.sql.SQLException
Specified by:
setByte in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setByte(java.lang.String, byte)

setBytes

public void setBytes(java.lang.String arg0,
                     byte[] arg1)
              throws java.sql.SQLException
Specified by:
setBytes in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setBytes(java.lang.String, byte[])

setCharacterStream

public void setCharacterStream(java.lang.String arg0,
                               java.io.Reader arg1,
                               int arg2)
                        throws java.sql.SQLException
Specified by:
setCharacterStream in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setCharacterStream(java.lang.String, java.io.Reader, int)

setDate

public void setDate(java.lang.String arg0,
                    java.sql.Date arg1,
                    java.util.Calendar arg2)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setDate(java.lang.String, java.sql.Date, java.util.Calendar)

setDate

public void setDate(java.lang.String arg0,
                    java.sql.Date arg1)
             throws java.sql.SQLException
Specified by:
setDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setDate(java.lang.String, java.sql.Date)

setDouble

public void setDouble(java.lang.String arg0,
                      double arg1)
               throws java.sql.SQLException
Specified by:
setDouble in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setDouble(java.lang.String, double)

setFloat

public void setFloat(java.lang.String arg0,
                     float arg1)
              throws java.sql.SQLException
Specified by:
setFloat in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setFloat(java.lang.String, float)

setInt

public void setInt(java.lang.String arg0,
                   int arg1)
            throws java.sql.SQLException
Specified by:
setInt in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setInt(java.lang.String, int)

setLong

public void setLong(java.lang.String arg0,
                    long arg1)
             throws java.sql.SQLException
Specified by:
setLong in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setLong(java.lang.String, long)

setNull

public void setNull(java.lang.String arg0,
                    int arg1)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setNull(java.lang.String, int)

setObject

public void setObject(java.lang.String arg0,
                      java.lang.Object arg1,
                      int arg2,
                      int arg3)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)

setObject

public void setObject(java.lang.String arg0,
                      java.lang.Object arg1,
                      int arg2)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setObject(java.lang.String, java.lang.Object, int)

setObject

public void setObject(java.lang.String arg0,
                      java.lang.Object arg1)
               throws java.sql.SQLException
Specified by:
setObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setObject(java.lang.String, java.lang.Object)

setShort

public void setShort(java.lang.String arg0,
                     short arg1)
              throws java.sql.SQLException
Specified by:
setShort in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setShort(java.lang.String, short)

setString

public void setString(java.lang.String arg0,
                      java.lang.String arg1)
               throws java.sql.SQLException
Specified by:
setString in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setString(java.lang.String, java.lang.String)

setTime

public void setTime(java.lang.String arg0,
                    java.sql.Time arg1,
                    java.util.Calendar arg2)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTime(java.lang.String, java.sql.Time, java.util.Calendar)

setTime

public void setTime(java.lang.String arg0,
                    java.sql.Time arg1)
             throws java.sql.SQLException
Specified by:
setTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTime(java.lang.String, java.sql.Time)

setTimestamp

public void setTimestamp(java.lang.String arg0,
                         java.sql.Timestamp arg1,
                         java.util.Calendar arg2)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTimestamp(java.lang.String, java.sql.Timestamp, java.util.Calendar)

setTimestamp

public void setTimestamp(java.lang.String arg0,
                         java.sql.Timestamp arg1)
                  throws java.sql.SQLException
Specified by:
setTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setTimestamp(java.lang.String, java.sql.Timestamp)

setURL

public void setURL(java.lang.String arg0,
                   java.net.URL arg1)
            throws java.sql.SQLException
Specified by:
setURL in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setURL(java.lang.String, java.net.URL)

setNull

public void setNull(java.lang.String arg0,
                    int arg1,
                    java.lang.String arg2)
             throws java.sql.SQLException
Specified by:
setNull in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.setNull(java.lang.String, int, java.lang.String)

getByte

public byte getByte(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getByte in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getByte(java.lang.String)

getDouble

public double getDouble(java.lang.String arg0)
                 throws java.sql.SQLException
Specified by:
getDouble in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDouble(java.lang.String)

getFloat

public float getFloat(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getFloat in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getFloat(java.lang.String)

getInt

public int getInt(java.lang.String arg0)
           throws java.sql.SQLException
Specified by:
getInt in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getInt(java.lang.String)

getLong

public long getLong(java.lang.String arg0)
             throws java.sql.SQLException
Specified by:
getLong in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getLong(java.lang.String)

getShort

public short getShort(java.lang.String arg0)
               throws java.sql.SQLException
Specified by:
getShort in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getShort(java.lang.String)

getBoolean

public boolean getBoolean(java.lang.String arg0)
                   throws java.sql.SQLException
Specified by:
getBoolean in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBoolean(java.lang.String)

getBytes

public byte[] getBytes(java.lang.String arg0)
                throws java.sql.SQLException
Specified by:
getBytes in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBytes(java.lang.String)

getURL

public java.net.URL getURL(int arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getURL(int)

getObject

public java.lang.Object getObject(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getObject(java.lang.String)

getString

public java.lang.String getString(java.lang.String arg0)
                           throws java.sql.SQLException
Specified by:
getString in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getString(java.lang.String)

getBigDecimal

public java.math.BigDecimal getBigDecimal(java.lang.String arg0)
                                   throws java.sql.SQLException
Specified by:
getBigDecimal in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBigDecimal(java.lang.String)

getURL

public java.net.URL getURL(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getURL in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getURL(java.lang.String)

getArray

public java.sql.Array getArray(java.lang.String arg0)
                        throws java.sql.SQLException
Specified by:
getArray in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getArray(java.lang.String)

getBlob

public java.sql.Blob getBlob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getBlob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getBlob(java.lang.String)

getClob

public java.sql.Clob getClob(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getClob in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getClob(java.lang.String)

getDate

public java.sql.Date getDate(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDate(java.lang.String)

getRef

public java.sql.Ref getRef(java.lang.String arg0)
                    throws java.sql.SQLException
Specified by:
getRef in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getRef(java.lang.String)

getTime

public java.sql.Time getTime(java.lang.String arg0)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTime(java.lang.String)

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTimestamp(java.lang.String)

getObject

public java.lang.Object getObject(java.lang.String arg0,
                                  java.util.Map arg1)
                           throws java.sql.SQLException
Specified by:
getObject in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getObject(java.lang.String, java.util.Map)

getDate

public java.sql.Date getDate(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getDate in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getDate(java.lang.String, java.util.Calendar)

getTime

public java.sql.Time getTime(java.lang.String arg0,
                             java.util.Calendar arg1)
                      throws java.sql.SQLException
Specified by:
getTime in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTime(java.lang.String, java.util.Calendar)

getTimestamp

public java.sql.Timestamp getTimestamp(java.lang.String arg0,
                                       java.util.Calendar arg1)
                                throws java.sql.SQLException
Specified by:
getTimestamp in interface java.sql.CallableStatement
Throws:
java.sql.SQLException
See Also:
CallableStatement.getTimestamp(java.lang.String, java.util.Calendar)

equals

public boolean equals(java.lang.Object arg0)
Overrides:
equals in class WrapperPreparedStatement
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class WrapperPreparedStatement
See Also:
Object.hashCode()

toString

public java.lang.String toString()
Overrides:
toString in class WrapperPreparedStatement
See Also:
Object.toString()