Package net.sourceforge.jtds.jdbcx.proxy
Class CallableStatementProxy
java.lang.Object
net.sourceforge.jtds.jdbcx.proxy.StatementProxy
net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- All Implemented Interfaces:
AutoCloseable,CallableStatement,PreparedStatement,Statement,Wrapper
This class would be better implemented as a java.lang.reflect.Proxy. However, this
feature was not added until 1.3 and reflection performance was not improved until 1.4.
Since the driver still needs to be compatible with 1.2 and 1.3 this class is used
to delegate the calls to a callable statement with minimal overhead.
- Version:
- $Id: CallableStatementProxy.java,v 1.3.4.3 2009-12-30 08:45:34 ickzon Exp $
-
Field Summary
FieldsFields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO -
Constructor Summary
ConstructorsConstructorDescriptionCallableStatementProxy(ConnectionProxy connection, JtdsCallableStatement callableStatement) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetArray(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getBigDecimal(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getBigDecimal(int parameterIndex, int scale) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getBigDecimal(String parameterName) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getBlob(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.booleangetBoolean(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.booleangetBoolean(String parameterName) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.bytegetByte(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.byteDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.byte[]getBytes(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.byte[]Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getCharacterStream(int parameterIndex) getCharacterStream(String parameterName) getClob(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getDate(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.doublegetDouble(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.doubleDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.floatgetFloat(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.floatDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.intgetInt(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.intDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.longgetLong(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.longDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getNCharacterStream(int parameterIndex) getNCharacterStream(String parameterName) getNClob(int parameterIndex) getNString(int parameterIndex) getNString(String parameterName) getObject(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.<T> TDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.<T> TDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getRef(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getRowId(int parameterIndex) shortgetShort(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.shortDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getSQLXML(int parameterIndex) getString(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getTime(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getTimestamp(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getTimestamp(int parameterIndex, Calendar cal) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getTimestamp(String parameterName) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getTimestamp(String parameterName, Calendar cal) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.getURL(int parameterIndex) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.booleanisClosed()booleanbooleanbooleanisWrapperFor(Class arg0) voidregisterOutParameter(int parameterIndex, int sqlType) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidregisterOutParameter(int parameterIndex, int sqlType, int scale) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidregisterOutParameter(int parameterIndex, int sqlType, String typeName) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidregisterOutParameter(String parameterName, int sqlType) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidregisterOutParameter(String parameterName, int sqlType, int scale) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidregisterOutParameter(String parameterName, int sqlType, String typeName) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetAsciiStream(int parameterIndex, InputStream x) voidsetAsciiStream(int parameterIndex, InputStream x, long length) voidsetAsciiStream(String parameterName, InputStream x) voidsetAsciiStream(String parameterName, InputStream x, int length) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetAsciiStream(String parameterName, InputStream x, long length) voidsetBigDecimal(String parameterName, BigDecimal x) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetBinaryStream(int parameterIndex, InputStream x) voidsetBinaryStream(int parameterIndex, InputStream x, long length) voidsetBinaryStream(String parameterName, InputStream x) voidsetBinaryStream(String parameterName, InputStream x, int length) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetBinaryStream(String parameterName, InputStream x, long length) voidsetBlob(int parameterIndex, InputStream inputStream) voidsetBlob(int parameterIndex, InputStream inputStream, long length) voidsetBlob(String parameterName, InputStream inputStream) voidsetBlob(String parameterName, InputStream inputStream, long length) voidvoidsetBoolean(String parameterName, boolean x) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetCharacterStream(int parameterIndex, Reader reader) voidsetCharacterStream(int parameterIndex, Reader reader, long length) voidsetCharacterStream(String parameterName, Reader reader) voidsetCharacterStream(String parameterName, Reader x, int length) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetCharacterStream(String parameterName, Reader reader, long length) voidvoidvoidvoidvoidvoidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetNCharacterStream(int parameterIndex, Reader value) voidsetNCharacterStream(int parameterIndex, Reader value, long length) voidsetNCharacterStream(String parameterName, Reader value) voidsetNCharacterStream(String parameterName, Reader value, long length) voidvoidvoidvoidvoidvoidvoidsetNString(int parameterIndex, String value) voidsetNString(String parameterName, String value) voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetPoolable(boolean poolable) voidvoidvoidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidvoidvoidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetTimestamp(String parameterName, Timestamp x) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidsetTimestamp(String parameterName, Timestamp x, Calendar cal) Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.voidDelgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.booleanwasNull()Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.Methods inherited from class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
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, setURLMethods inherited from class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
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, processSQLException, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, validateConnectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.CallableStatement
registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectMethods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeLargeUpdate, 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, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLMethods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isSimpleIdentifier, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setQueryTimeout
-
Field Details
-
_callableStatement
-
-
Constructor Details
-
CallableStatementProxy
CallableStatementProxy(ConnectionProxy connection, JtdsCallableStatement callableStatement)
-
-
Method Details
-
registerOutParameter
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
registerOutParameter
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
wasNull
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
wasNullin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getString
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getStringin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBoolean
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBooleanin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getByte
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBytein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getShort
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getShortin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getInt
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getIntin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getLong
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getLongin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getFloat
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getFloatin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getDouble
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getDoublein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBigDecimal
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBigDecimalin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBytes
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBytesin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getDate
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTime
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTimestamp
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getObject
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBigDecimal
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBigDecimalin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getObject
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getRef
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getRefin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBlob
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBlobin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getClob
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getClobin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getArray
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getArrayin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getDate
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTime
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTimestamp
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
registerOutParameter
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
registerOutParameter
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
registerOutParameterin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getURL
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getURLin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setURL
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setURLin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setNull
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setNullin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setBoolean
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setBooleanin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setByte
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setBytein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setShort
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setShortin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setInt
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setIntin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setLong
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setLongin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setFloat
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setFloatin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setDouble
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setDoublein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setBigDecimal
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setBigDecimalin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setString
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setStringin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setBytes
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setBytesin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setDate
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setDatein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setTime
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setTimein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setTimestamp
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setTimestampin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setAsciiStream
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setAsciiStreamin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setBinaryStream
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setBinaryStreamin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setObject
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setObject
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setCharacterStream
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setCharacterStreamin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setDate
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setDatein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setTime
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setTimein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setTimestamp
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setTimestampin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
setNull
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
setNullin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getString
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getStringin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBoolean
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBooleanin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getByte
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBytein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getShort
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getShortin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getInt
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getIntin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getLong
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getLongin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getFloat
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getFloatin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getDouble
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getDoublein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBytes
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBytesin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getDate
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTime
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTimestamp
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getObject
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBigDecimal
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBigDecimalin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getObject
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getRef
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getRefin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getBlob
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getBlobin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getClob
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getClobin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getArray
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getArrayin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getDate
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getDatein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTime
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimein interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getTimestamp
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getTimestampin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getURL
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.- Specified by:
getURLin interfaceCallableStatement- Throws:
SQLException- if an error occurs
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceCallableStatement- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceCallableStatement- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceCallableStatement- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceCallableStatement- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceCallableStatement- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceCallableStatement- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceCallableStatement- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceCallableStatement- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceCallableStatement- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceCallableStatement- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceCallableStatement- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceCallableStatement- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException - Specified by:
setCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException - Specified by:
setNCharacterStreamin interfaceCallableStatement- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Throws:
SQLException
-
setNString
- Specified by:
setNStringin interfaceCallableStatement- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfaceCallableStatement- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXMLin interfaceCallableStatement- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfacePreparedStatement- Overrides:
setAsciiStreamin classPreparedStatementProxy- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfacePreparedStatement- Overrides:
setAsciiStreamin classPreparedStatementProxy- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfacePreparedStatement- Overrides:
setBinaryStreamin classPreparedStatementProxy- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfacePreparedStatement- Overrides:
setBinaryStreamin classPreparedStatementProxy- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfacePreparedStatement- Overrides:
setBlobin classPreparedStatementProxy- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfacePreparedStatement- Overrides:
setBlobin classPreparedStatementProxy- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfacePreparedStatement- Overrides:
setCharacterStreamin classPreparedStatementProxy- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfacePreparedStatement- Overrides:
setCharacterStreamin classPreparedStatementProxy- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfacePreparedStatement- Overrides:
setClobin classPreparedStatementProxy- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfacePreparedStatement- Overrides:
setClobin classPreparedStatementProxy- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfacePreparedStatement- Overrides:
setNCharacterStreamin classPreparedStatementProxy- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfacePreparedStatement- Overrides:
setNCharacterStreamin classPreparedStatementProxy- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfacePreparedStatement- Overrides:
setNClobin classPreparedStatementProxy- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfacePreparedStatement- Overrides:
setNClobin classPreparedStatementProxy- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfacePreparedStatement- Overrides:
setNClobin classPreparedStatementProxy- Throws:
SQLException
-
setNString
- Specified by:
setNStringin interfacePreparedStatement- Overrides:
setNStringin classPreparedStatementProxy- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfacePreparedStatement- Overrides:
setRowIdin classPreparedStatementProxy- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXMLin interfacePreparedStatement- Overrides:
setSQLXMLin classPreparedStatementProxy- Throws:
SQLException
-
isClosed
- Specified by:
isClosedin interfaceStatement- Overrides:
isClosedin classPreparedStatementProxy- Throws:
SQLException
-
isPoolable
- Specified by:
isPoolablein interfaceStatement- Overrides:
isPoolablein classPreparedStatementProxy- Throws:
SQLException
-
setPoolable
- Specified by:
setPoolablein interfaceStatement- Overrides:
setPoolablein classPreparedStatementProxy- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Overrides:
isWrapperForin classPreparedStatementProxy- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Overrides:
unwrapin classPreparedStatementProxy- Throws:
SQLException
-
closeOnCompletion
- Specified by:
closeOnCompletionin interfaceStatement- Overrides:
closeOnCompletionin classStatementProxy- Throws:
SQLException
-
isCloseOnCompletion
- Specified by:
isCloseOnCompletionin interfaceStatement- Overrides:
isCloseOnCompletionin classStatementProxy- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceCallableStatement- Throws:
SQLException
-