br.ufg.integrate.jdbc
Class CallableStatementImpl

java.lang.Object
  extended by br.ufg.integrate.jdbc.StatementImpl
      extended by br.ufg.integrate.jdbc.PreparedStatementImpl
          extended by br.ufg.integrate.jdbc.CallableStatementImpl
All Implemented Interfaces:
Constants, CallableStatement, PreparedStatement, Statement, Wrapper

public class CallableStatementImpl
extends PreparedStatementImpl
implements CallableStatement

Version:
0.1 Adapted from xlSQL.
Author:
Rogerio

Field Summary
 
Fields inherited from class br.ufg.integrate.jdbc.StatementImpl
conn
 
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
 
Fields inherited from interface br.ufg.integrate.util.Constants
DB_MAJOR_VERSION, DB_MINOR_VERSION, DRIVER_CLASS, DRIVER_MAJOR_VERSION, DRIVER_MINOR_VERSION, DRIVER_NAME, DRIVER_RELEASE, INTEGRATE_CONFIG_FILE, JDBC_COMPLIANT, JDBC_MAJOR_VERSION, JDBC_MINOR_VERSION, PRODUCT_NAME, PRODUCT_RELEASE, URL_PREFIX
 
Constructor Summary
CallableStatementImpl(ConnectionImpl con, CallableStatement clst, Integration i)
          Create a new CallableStatementImpl object.
 
Method Summary
 Array getArray(int i)
          Implements method in interface java.sql.CallableStatement
 Array getArray(String parameterName)
          Implements method in interface java.sql.CallableStatement
 BigDecimal getBigDecimal(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 BigDecimal getBigDecimal(int parameterIndex, int scale)
          Deprecated.  
 BigDecimal getBigDecimal(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Blob getBlob(int i)
          Implements method in interface java.sql.CallableStatement
 Blob getBlob(String parameterName)
          Implements method in interface java.sql.CallableStatement
 boolean getBoolean(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 boolean getBoolean(String parameterName)
          Implements method in interface java.sql.CallableStatement
 byte getByte(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 byte getByte(String parameterName)
          Implements method in interface java.sql.CallableStatement
 byte[] getBytes(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 byte[] getBytes(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Reader getCharacterStream(int arg0)
           
 Reader getCharacterStream(String arg0)
           
 Clob getClob(int i)
          Implements method in interface java.sql.CallableStatement
 Clob getClob(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Date getDate(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 Date getDate(int parameterIndex, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 Date getDate(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Date getDate(String parameterName, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 double getDouble(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 double getDouble(String parameterName)
          Implements method in interface java.sql.CallableStatement
 float getFloat(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 float getFloat(String parameterName)
          Implements method in interface java.sql.CallableStatement
 int getInt(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 int getInt(String parameterName)
          Implements method in interface java.sql.CallableStatement
 long getLong(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 long getLong(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Reader getNCharacterStream(int arg0)
           
 Reader getNCharacterStream(String arg0)
           
 NClob getNClob(int arg0)
           
 NClob getNClob(String arg0)
           
 String getNString(int arg0)
           
 String getNString(String arg0)
           
 Object getObject(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 Object getObject(int i, Map map)
          Implements method in interface java.sql.CallableStatement
 Object getObject(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Object getObject(String parameterName, Map map)
          Implements method in interface java.sql.CallableStatement
 Ref getRef(int i)
          Implements method in interface java.sql.CallableStatement
 Ref getRef(String parameterName)
          Implements method in interface java.sql.CallableStatement
 RowId getRowId(int arg0)
           
 RowId getRowId(String arg0)
           
 short getShort(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 short getShort(String parameterName)
          Implements method in interface java.sql.CallableStatement
 SQLXML getSQLXML(int arg0)
           
 SQLXML getSQLXML(String arg0)
           
 String getString(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 String getString(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Time getTime(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 Time getTime(int parameterIndex, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 Time getTime(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Time getTime(String parameterName, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 Timestamp getTimestamp(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 Timestamp getTimestamp(int parameterIndex, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 Timestamp getTimestamp(String parameterName)
          Implements method in interface java.sql.CallableStatement
 Timestamp getTimestamp(String parameterName, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 URL getURL(int parameterIndex)
          Implements method in interface java.sql.CallableStatement
 URL getURL(String parameterName)
          Implements method in interface java.sql.CallableStatement
 boolean isClosed()
          Implements method in interface java.sql.PreparedStatement
 boolean isPoolable()
          Implements method in interface java.sql.PreparedStatement
 boolean isWrapperFor(Class arg0)
          Implements method in interface java.sql.PreparedStatement
 void registerOutParameter(int parameterIndex, int sqlType)
          Implements method in interface java.sql.CallableStatement
 void registerOutParameter(int paramIndex, int sqlType, int scale)
          Implements method in interface java.sql.CallableStatement
 void registerOutParameter(int paramIndex, int sqlType, String typeName)
          Implements method in interface java.sql.CallableStatement
 void registerOutParameter(String parameterName, int sqlType)
          Implements method in interface java.sql.CallableStatement
 void registerOutParameter(String parameterName, int sqlType, int scale)
          Implements method in interface java.sql.CallableStatement
 void registerOutParameter(String parameterName, int sqlType, String typeName)
          Implements method in interface java.sql.CallableStatement
 void setAsciiStream(int arg0, InputStream arg1)
          Implements method in interface java.sql.PreparedStatement
 void setAsciiStream(int arg0, InputStream arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setAsciiStream(String arg0, InputStream arg1)
           
 void setAsciiStream(String parameterName, InputStream x, int length)
          Implements method in interface java.sql.CallableStatement
 void setAsciiStream(String arg0, InputStream arg1, long arg2)
           
 void setBigDecimal(String parameterName, BigDecimal x)
          Implements method in interface java.sql.CallableStatement
 void setBinaryStream(int arg0, InputStream arg1)
          Implements method in interface java.sql.PreparedStatement
 void setBinaryStream(int arg0, InputStream arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setBinaryStream(String arg0, InputStream arg1)
           
 void setBinaryStream(String parameterName, InputStream x, int length)
          Implements method in interface java.sql.CallableStatement
 void setBinaryStream(String arg0, InputStream arg1, long arg2)
           
 void setBlob(int arg0, InputStream arg1)
          Implements method in interface java.sql.PreparedStatement
 void setBlob(int arg0, InputStream arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setBlob(String arg0, Blob arg1)
           
 void setBlob(String arg0, InputStream arg1)
           
 void setBlob(String arg0, InputStream arg1, long arg2)
           
 void setBoolean(String parameterName, boolean x)
          Implements method in interface java.sql.CallableStatement
 void setByte(String parameterName, byte x)
          Implements method in interface java.sql.CallableStatement
 void setBytes(String parameterName, byte[] x)
          Implements method in interface java.sql.CallableStatement
 void setCharacterStream(int arg0, Reader arg1)
          Implements method in interface java.sql.PreparedStatement
 void setCharacterStream(int arg0, Reader arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setCharacterStream(String arg0, Reader arg1)
           
 void setCharacterStream(String parameterName, Reader reader, int length)
          Implements method in interface java.sql.CallableStatement
 void setCharacterStream(String arg0, Reader arg1, long arg2)
           
 void setClob(int arg0, Reader arg1)
          Implements method in interface java.sql.PreparedStatement
 void setClob(int arg0, Reader arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setClob(String arg0, Clob arg1)
           
 void setClob(String arg0, Reader arg1)
           
 void setClob(String arg0, Reader arg1, long arg2)
           
 void setDate(String parameterName, Date x)
          Implements method in interface java.sql.CallableStatement
 void setDate(String parameterName, Date x, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 void setDouble(String parameterName, double x)
          Implements method in interface java.sql.CallableStatement
 void setFloat(String parameterName, float x)
          Implements method in interface java.sql.CallableStatement
 void setInt(String parameterName, int x)
          Implements method in interface java.sql.CallableStatement
 void setLong(String parameterName, long x)
          Implements method in interface java.sql.CallableStatement
 void setNCharacterStream(int arg0, Reader arg1)
          Implements method in interface java.sql.PreparedStatement
 void setNCharacterStream(int arg0, Reader arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setNCharacterStream(String arg0, Reader arg1)
           
 void setNCharacterStream(String arg0, Reader arg1, long arg2)
           
 void setNClob(int arg0, NClob arg1)
          Implements method in interface java.sql.PreparedStatement
 void setNClob(int arg0, Reader arg1)
          Implements method in interface java.sql.PreparedStatement
 void setNClob(int arg0, Reader arg1, long arg2)
          Implements method in interface java.sql.PreparedStatement
 void setNClob(String arg0, NClob arg1)
           
 void setNClob(String arg0, Reader arg1)
           
 void setNClob(String arg0, Reader arg1, long arg2)
           
 void setNString(int arg0, String arg1)
          Implements method in interface java.sql.PreparedStatement
 void setNString(String arg0, String arg1)
           
 void setNull(String parameterName, int sqlType)
          Implements method in interface java.sql.CallableStatement
 void setNull(String parameterName, int sqlType, String typeName)
          Implements method in interface java.sql.CallableStatement
 void setObject(String parameterName, Object x)
          Implements method in interface java.sql.CallableStatement
 void setObject(String parameterName, Object x, int targetSqlType)
          Implements method in interface java.sql.CallableStatement
 void setObject(String parameterName, Object x, int targetSqlType, int scale)
          Implements method in interface java.sql.CallableStatement
 void setPoolable(boolean arg0)
          Implements method in interface java.sql.PreparedStatement
 void setRowId(int arg0, RowId arg1)
          Implements method in interface java.sql.PreparedStatement
 void setRowId(String arg0, RowId arg1)
           
 void setShort(String parameterName, short x)
          Implements method in interface java.sql.CallableStatement
 void setSQLXML(int arg0, SQLXML arg1)
          Implements method in interface java.sql.PreparedStatement
 void setSQLXML(String arg0, SQLXML arg1)
           
 void setString(String parameterName, String x)
          Implements method in interface java.sql.CallableStatement
 void setTime(String parameterName, Time x)
          Implements method in interface java.sql.CallableStatement
 void setTime(String parameterName, Time x, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 void setTimestamp(String parameterName, Timestamp x)
          Implements method in interface java.sql.CallableStatement
 void setTimestamp(String parameterName, Timestamp x, Calendar cal)
          Implements method in interface java.sql.CallableStatement
 void setURL(String parameterName, URL val)
          Implements method in interface java.sql.CallableStatement
 Object unwrap(Class arg0)
          Implements method in interface java.sql.PreparedStatement
 boolean wasNull()
          Implements method in interface java.sql.CallableStatement
 
Methods inherited from class br.ufg.integrate.jdbc.PreparedStatementImpl
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
 
Methods inherited from class br.ufg.integrate.jdbc.StatementImpl
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
 
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 

Constructor Detail

CallableStatementImpl

public CallableStatementImpl(ConnectionImpl con,
                             CallableStatement clst,
                             Integration i)
                      throws SQLException
Create a new CallableStatementImpl object.

Throws:
SQLException
Method Detail

getArray

public Array getArray(int i)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getArray in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getArray(int)

getArray

public Array getArray(String parameterName)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getArray in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getArray(int)

getBigDecimal

public BigDecimal getBigDecimal(String parameterName)
                         throws SQLException
Implements method in interface java.sql.CallableStatement

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

getBigDecimal

public BigDecimal getBigDecimal(int parameterIndex)
                         throws SQLException
Implements method in interface java.sql.CallableStatement

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

getBigDecimal

public BigDecimal getBigDecimal(int parameterIndex,
                                int scale)
                         throws SQLException
Deprecated. 

Implements method in interface java.sql.CallableStatement

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

getBlob

public Blob getBlob(int i)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getBlob in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getBlob(int)

getBlob

public Blob getBlob(String parameterName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getBlob in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getBlob(int)

getBoolean

public boolean getBoolean(int parameterIndex)
                   throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getBoolean in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getBoolean(int)

getBoolean

public boolean getBoolean(String parameterName)
                   throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getBoolean in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getBoolean(int)

getByte

public byte getByte(int parameterIndex)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getByte in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getByte(int)

getByte

public byte getByte(String parameterName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getByte in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getByte(int)

getBytes

public byte[] getBytes(int parameterIndex)
                throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getBytes in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getBytes(int)

getBytes

public byte[] getBytes(String parameterName)
                throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getBytes in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getBytes(int)

getClob

public Clob getClob(int i)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getClob in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getClob(int)

getClob

public Clob getClob(String parameterName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getClob in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getClob(int)

getDate

public Date getDate(int parameterIndex)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getDate in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getDate(int)

getDate

public Date getDate(String parameterName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getDate in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getDate(int)

getDate

public Date getDate(int parameterIndex,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getDate in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getDate(int)

getDate

public Date getDate(String parameterName,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getDate in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getDate(int)

getDouble

public double getDouble(int parameterIndex)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getDouble in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getDouble(int)

getDouble

public double getDouble(String parameterName)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getDouble in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getDouble(int)

getFloat

public float getFloat(int parameterIndex)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getFloat in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getFloat(int)

getFloat

public float getFloat(String parameterName)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getFloat in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getFloat(int)

getInt

public int getInt(String parameterName)
           throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getInt in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getInt(int)

getInt

public int getInt(int parameterIndex)
           throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getInt in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getInt(int)

getLong

public long getLong(int parameterIndex)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getLong in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getLong(int)

getLong

public long getLong(String parameterName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getLong in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getLong(int)

getObject

public Object getObject(int parameterIndex)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getObject(int)

getObject

public Object getObject(String parameterName)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getObject(int)

getObject

public Object getObject(int i,
                        Map map)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getObject(int)

getObject

public Object getObject(String parameterName,
                        Map map)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getObject(int)

getRef

public Ref getRef(int i)
           throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getRef in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getRef(int)

getRef

public Ref getRef(String parameterName)
           throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getRef in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getRef(int)

getShort

public short getShort(String parameterName)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getShort in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getShort(int)

getShort

public short getShort(int parameterIndex)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getShort in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getShort(int)

getString

public String getString(String parameterName)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getString in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getString(int)

getString

public String getString(int parameterIndex)
                 throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getString in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getString(int)

getTime

public Time getTime(String parameterName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTime in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTime(int)

getTime

public Time getTime(int parameterIndex)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTime in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTime(int)

getTime

public Time getTime(String parameterName,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTime in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTime(int)

getTime

public Time getTime(int parameterIndex,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTime in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTime(int)

getTimestamp

public Timestamp getTimestamp(String parameterName)
                       throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(int parameterIndex)
                       throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(String parameterName,
                              Calendar cal)
                       throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTimestamp(int)

getTimestamp

public Timestamp getTimestamp(int parameterIndex,
                              Calendar cal)
                       throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getTimestamp in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getTimestamp(int)

getURL

public URL getURL(int parameterIndex)
           throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getURL in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getURL(int)

getURL

public URL getURL(String parameterName)
           throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
getURL in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.getURL(int)

registerOutParameter

public void registerOutParameter(int parameterIndex,
                                 int sqlType)
                          throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

registerOutParameter

public void registerOutParameter(String parameterName,
                                 int sqlType)
                          throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

registerOutParameter

public void registerOutParameter(String parameterName,
                                 int sqlType,
                                 String typeName)
                          throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

registerOutParameter

public void registerOutParameter(int paramIndex,
                                 int sqlType,
                                 int scale)
                          throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

registerOutParameter

public void registerOutParameter(String parameterName,
                                 int sqlType,
                                 int scale)
                          throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

registerOutParameter

public void registerOutParameter(int paramIndex,
                                 int sqlType,
                                 String typeName)
                          throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
registerOutParameter in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.registerOutParameter(int, int)

setAsciiStream

public void setAsciiStream(String parameterName,
                           InputStream x,
                           int length)
                    throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setAsciiStream in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setAsciiStream(java.lang.String, java.io.InputStream, int)

setBigDecimal

public void setBigDecimal(String parameterName,
                          BigDecimal x)
                   throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setBigDecimal in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setBigDecimal(java.lang.String, java.math.BigDecimal)

setBinaryStream

public void setBinaryStream(String parameterName,
                            InputStream x,
                            int length)
                     throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setBinaryStream in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setBinaryStream(java.lang.String, java.io.InputStream, int)

setBoolean

public void setBoolean(String parameterName,
                       boolean x)
                throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setBoolean in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setBoolean(java.lang.String, boolean)

setByte

public void setByte(String parameterName,
                    byte x)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setByte in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setByte(java.lang.String, byte)

setBytes

public void setBytes(String parameterName,
                     byte[] x)
              throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setBytes in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setBytes(java.lang.String, byte[])

setCharacterStream

public void setCharacterStream(String parameterName,
                               Reader reader,
                               int length)
                        throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setCharacterStream in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setCharacterStream(java.lang.String, java.io.Reader, int)

setDate

public void setDate(String parameterName,
                    Date x)
             throws SQLException
Implements method in interface java.sql.CallableStatement

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

setDate

public void setDate(String parameterName,
                    Date x,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.CallableStatement

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

setDouble

public void setDouble(String parameterName,
                      double x)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setDouble in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setDouble(java.lang.String, double)

setFloat

public void setFloat(String parameterName,
                     float x)
              throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setFloat in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setFloat(java.lang.String, float)

setInt

public void setInt(String parameterName,
                   int x)
            throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setInt in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setInt(java.lang.String, int)

setLong

public void setLong(String parameterName,
                    long x)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setLong in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setLong(java.lang.String, long)

setNull

public void setNull(String parameterName,
                    int sqlType)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setNull in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setNull(java.lang.String, int)

setNull

public void setNull(String parameterName,
                    int sqlType,
                    String typeName)
             throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setNull in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setNull(java.lang.String, int)

setObject

public void setObject(String parameterName,
                      Object x)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)

setObject

public void setObject(String parameterName,
                      Object x,
                      int targetSqlType)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)

setObject

public void setObject(String parameterName,
                      Object x,
                      int targetSqlType,
                      int scale)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setObject in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setObject(java.lang.String, java.lang.Object, int, int)

setShort

public void setShort(String parameterName,
                     short x)
              throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setShort in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setShort(java.lang.String, short)

setString

public void setString(String parameterName,
                      String x)
               throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setString in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setString(java.lang.String, java.lang.String)

setTime

public void setTime(String parameterName,
                    Time x)
             throws SQLException
Implements method in interface java.sql.CallableStatement

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

setTime

public void setTime(String parameterName,
                    Time x,
                    Calendar cal)
             throws SQLException
Implements method in interface java.sql.CallableStatement

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

setTimestamp

public void setTimestamp(String parameterName,
                         Timestamp x)
                  throws SQLException
Implements method in interface java.sql.CallableStatement

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

setTimestamp

public void setTimestamp(String parameterName,
                         Timestamp x,
                         Calendar cal)
                  throws SQLException
Implements method in interface java.sql.CallableStatement

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

setURL

public void setURL(String parameterName,
                   URL val)
            throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
setURL in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.setURL(java.lang.String, java.net.URL)

wasNull

public boolean wasNull()
                throws SQLException
Implements method in interface java.sql.CallableStatement

Specified by:
wasNull in interface CallableStatement
Throws:
SQLException
See Also:
CallableStatement.wasNull()

getCharacterStream

public Reader getCharacterStream(int arg0)
                          throws SQLException
Specified by:
getCharacterStream in interface CallableStatement
Throws:
SQLException

getCharacterStream

public Reader getCharacterStream(String arg0)
                          throws SQLException
Specified by:
getCharacterStream in interface CallableStatement
Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(int arg0)
                           throws SQLException
Specified by:
getNCharacterStream in interface CallableStatement
Throws:
SQLException

getNCharacterStream

public Reader getNCharacterStream(String arg0)
                           throws SQLException
Specified by:
getNCharacterStream in interface CallableStatement
Throws:
SQLException

getNClob

public NClob getNClob(int arg0)
               throws SQLException
Specified by:
getNClob in interface CallableStatement
Throws:
SQLException

getNClob

public NClob getNClob(String arg0)
               throws SQLException
Specified by:
getNClob in interface CallableStatement
Throws:
SQLException

getNString

public String getNString(int arg0)
                  throws SQLException
Specified by:
getNString in interface CallableStatement
Throws:
SQLException

getNString

public String getNString(String arg0)
                  throws SQLException
Specified by:
getNString in interface CallableStatement
Throws:
SQLException

getRowId

public RowId getRowId(int arg0)
               throws SQLException
Specified by:
getRowId in interface CallableStatement
Throws:
SQLException

getRowId

public RowId getRowId(String arg0)
               throws SQLException
Specified by:
getRowId in interface CallableStatement
Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(int arg0)
                 throws SQLException
Specified by:
getSQLXML in interface CallableStatement
Throws:
SQLException

getSQLXML

public SQLXML getSQLXML(String arg0)
                 throws SQLException
Specified by:
getSQLXML in interface CallableStatement
Throws:
SQLException

isClosed

public boolean isClosed()
                 throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
isClosed in interface Statement
Overrides:
isClosed in class PreparedStatementImpl
Throws:
SQLException
See Also:
Statement.isClosed()

isPoolable

public boolean isPoolable()
                   throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
isPoolable in interface Statement
Overrides:
isPoolable in class PreparedStatementImpl
Throws:
SQLException
See Also:
Statement.isPoolable()

isWrapperFor

public boolean isWrapperFor(Class arg0)
                     throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
isWrapperFor in interface Wrapper
Overrides:
isWrapperFor in class PreparedStatementImpl
Throws:
SQLException
See Also:
Wrapper.isWrapperFor(java.lang.Class)

setAsciiStream

public void setAsciiStream(String arg0,
                           InputStream arg1)
                    throws SQLException
Specified by:
setAsciiStream in interface CallableStatement
Throws:
SQLException

setAsciiStream

public void setAsciiStream(String arg0,
                           InputStream arg1,
                           long arg2)
                    throws SQLException
Specified by:
setAsciiStream in interface CallableStatement
Throws:
SQLException

setBinaryStream

public void setBinaryStream(String arg0,
                            InputStream arg1)
                     throws SQLException
Specified by:
setBinaryStream in interface CallableStatement
Throws:
SQLException

setBinaryStream

public void setBinaryStream(String arg0,
                            InputStream arg1,
                            long arg2)
                     throws SQLException
Specified by:
setBinaryStream in interface CallableStatement
Throws:
SQLException

setBlob

public void setBlob(String arg0,
                    Blob arg1)
             throws SQLException
Specified by:
setBlob in interface CallableStatement
Throws:
SQLException

setBlob

public void setBlob(String arg0,
                    InputStream arg1)
             throws SQLException
Specified by:
setBlob in interface CallableStatement
Throws:
SQLException

setBlob

public void setBlob(String arg0,
                    InputStream arg1,
                    long arg2)
             throws SQLException
Specified by:
setBlob in interface CallableStatement
Throws:
SQLException

setCharacterStream

public void setCharacterStream(String arg0,
                               Reader arg1)
                        throws SQLException
Specified by:
setCharacterStream in interface CallableStatement
Throws:
SQLException

setCharacterStream

public void setCharacterStream(String arg0,
                               Reader arg1,
                               long arg2)
                        throws SQLException
Specified by:
setCharacterStream in interface CallableStatement
Throws:
SQLException

setClob

public void setClob(String arg0,
                    Clob arg1)
             throws SQLException
Specified by:
setClob in interface CallableStatement
Throws:
SQLException

setClob

public void setClob(String arg0,
                    Reader arg1)
             throws SQLException
Specified by:
setClob in interface CallableStatement
Throws:
SQLException

setClob

public void setClob(String arg0,
                    Reader arg1,
                    long arg2)
             throws SQLException
Specified by:
setClob in interface CallableStatement
Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(String arg0,
                                Reader arg1)
                         throws SQLException
Specified by:
setNCharacterStream in interface CallableStatement
Throws:
SQLException

setNCharacterStream

public void setNCharacterStream(String arg0,
                                Reader arg1,
                                long arg2)
                         throws SQLException
Specified by:
setNCharacterStream in interface CallableStatement
Throws:
SQLException

setNClob

public void setNClob(String arg0,
                     NClob arg1)
              throws SQLException
Specified by:
setNClob in interface CallableStatement
Throws:
SQLException

setNClob

public void setNClob(String arg0,
                     Reader arg1)
              throws SQLException
Specified by:
setNClob in interface CallableStatement
Throws:
SQLException

setNClob

public void setNClob(String arg0,
                     Reader arg1,
                     long arg2)
              throws SQLException
Specified by:
setNClob in interface CallableStatement
Throws:
SQLException

setNString

public void setNString(String arg0,
                       String arg1)
                throws SQLException
Specified by:
setNString in interface CallableStatement
Throws:
SQLException

setRowId

public void setRowId(String arg0,
                     RowId arg1)
              throws SQLException
Specified by:
setRowId in interface CallableStatement
Throws:
SQLException

setSQLXML

public void setSQLXML(String arg0,
                      SQLXML arg1)
               throws SQLException
Specified by:
setSQLXML in interface CallableStatement
Throws:
SQLException

setAsciiStream

public void setAsciiStream(int arg0,
                           InputStream arg1)
                    throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setAsciiStream in interface PreparedStatement
Overrides:
setAsciiStream in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setArray(int, java.sql.Array)

setAsciiStream

public void setAsciiStream(int arg0,
                           InputStream arg1,
                           long arg2)
                    throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

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

setBinaryStream

public void setBinaryStream(int arg0,
                            InputStream arg1)
                     throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

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

setBinaryStream

public void setBinaryStream(int arg0,
                            InputStream arg1,
                            long arg2)
                     throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

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

setBlob

public void setBlob(int arg0,
                    InputStream arg1)
             throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setBlob in interface PreparedStatement
Overrides:
setBlob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setBlob(int, java.sql.Blob)

setBlob

public void setBlob(int arg0,
                    InputStream arg1,
                    long arg2)
             throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setBlob in interface PreparedStatement
Overrides:
setBlob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setBlob(int, java.sql.Blob)

setCharacterStream

public void setCharacterStream(int arg0,
                               Reader arg1)
                        throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setCharacterStream in interface PreparedStatement
Overrides:
setCharacterStream in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setCharacterStream(int, java.io.Reader, int)

setCharacterStream

public void setCharacterStream(int arg0,
                               Reader arg1,
                               long arg2)
                        throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setCharacterStream in interface PreparedStatement
Overrides:
setCharacterStream in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setCharacterStream(int, java.io.Reader, int)

setClob

public void setClob(int arg0,
                    Reader arg1)
             throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setClob in interface PreparedStatement
Overrides:
setClob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setClob(int, java.sql.Clob)

setClob

public void setClob(int arg0,
                    Reader arg1,
                    long arg2)
             throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setClob in interface PreparedStatement
Overrides:
setClob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setClob(int, java.sql.Clob)

setNCharacterStream

public void setNCharacterStream(int arg0,
                                Reader arg1)
                         throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setNCharacterStream in interface PreparedStatement
Overrides:
setNCharacterStream in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setNCharacterStream(int, java.io.Reader, long)

setNCharacterStream

public void setNCharacterStream(int arg0,
                                Reader arg1,
                                long arg2)
                         throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setNCharacterStream in interface PreparedStatement
Overrides:
setNCharacterStream in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setNCharacterStream(int, java.io.Reader, long)

setNClob

public void setNClob(int arg0,
                     NClob arg1)
              throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setNClob in interface PreparedStatement
Overrides:
setNClob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setNClob(int, java.sql.NClob)

setNClob

public void setNClob(int arg0,
                     Reader arg1)
              throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setNClob in interface PreparedStatement
Overrides:
setNClob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setNClob(int, java.sql.NClob)

setNClob

public void setNClob(int arg0,
                     Reader arg1,
                     long arg2)
              throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setNClob in interface PreparedStatement
Overrides:
setNClob in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setNClob(int, java.sql.NClob)

setNString

public void setNString(int arg0,
                       String arg1)
                throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setNString in interface PreparedStatement
Overrides:
setNString in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setNString(int, java.lang.String)

setPoolable

public void setPoolable(boolean arg0)
                 throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setPoolable in interface Statement
Overrides:
setPoolable in class PreparedStatementImpl
Throws:
SQLException
See Also:
Statement.setPoolable(boolean)

setRowId

public void setRowId(int arg0,
                     RowId arg1)
              throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setRowId in interface PreparedStatement
Overrides:
setRowId in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setRowId(int, java.sql.RowId)

setSQLXML

public void setSQLXML(int arg0,
                      SQLXML arg1)
               throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
setSQLXML in interface PreparedStatement
Overrides:
setSQLXML in class PreparedStatementImpl
Throws:
SQLException
See Also:
PreparedStatement.setSQLXML(int, java.sql.SQLXML)

unwrap

public Object unwrap(Class arg0)
              throws SQLException
Description copied from class: PreparedStatementImpl
Implements method in interface java.sql.PreparedStatement

Specified by:
unwrap in interface Wrapper
Overrides:
unwrap in class PreparedStatementImpl
Throws:
SQLException
See Also:
Wrapper.unwrap(java.lang.Class)


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.