java.lang.Object
com.aoapps.sql.wrapper.StatementWrapperImpl
com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
com.aoapps.sql.wrapper.CallableStatementWrapperImpl
com.aoapps.sql.failfast.FailFastCallableStatementImpl
- All Implemented Interfaces:
CallableStatementWrapper
,PreparedStatementWrapper
,StatementWrapper
,Wrapper
,AutoCloseable
,CallableStatement
,PreparedStatement
,Statement
,Wrapper
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
-
Constructor Summary
ConstructorDescriptionFailFastCallableStatementImpl
(FailFastConnectionImpl failFastConnection, CallableStatement wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addBatch()
void
void
cancel()
void
void
void
void
close()
void
enquoteIdentifier
(String identifier, boolean alwaysQuote) enquoteLiteral
(String val) boolean
execute()
boolean
boolean
boolean
boolean
int[]
long[]
long
long
executeLargeUpdate
(String sql) long
executeLargeUpdate
(String sql, int autoGeneratedKeys) long
executeLargeUpdate
(String sql, int[] columnIndexes) long
executeLargeUpdate
(String sql, String[] columnNames) executeQuery
(String sql) int
int
executeUpdate
(String sql) int
executeUpdate
(String sql, int autoGeneratedKeys) int
executeUpdate
(String sql, int[] columnIndexes) int
executeUpdate
(String sql, String[] columnNames) getArray
(int parameterIndex) getBigDecimal
(int parameterIndex) getBigDecimal
(int parameterIndex, int scale) Deprecated.getBigDecimal
(String parameterName) getBlob
(int parameterIndex) boolean
getBoolean
(int parameterIndex) boolean
getBoolean
(String parameterName) byte
getByte
(int parameterIndex) byte
byte[]
getBytes
(int parameterIndex) byte[]
getCharacterStream
(int parameterIndex) getCharacterStream
(String parameterName) getClob
(int parameterIndex) protected FailFastConnectionImpl
getDate
(int parameterIndex) double
getDouble
(int parameterIndex) double
int
int
float
getFloat
(int parameterIndex) float
int
getInt
(int parameterIndex) int
long
long
long
getLong
(int parameterIndex) long
int
int
boolean
boolean
getMoreResults
(int current) getNCharacterStream
(int parameterIndex) getNCharacterStream
(String parameterName) getNClob
(int parameterIndex) getNString
(int parameterIndex) getNString
(String parameterName) getObject
(int parameterIndex) <T> T
<T> T
int
getRef
(int parameterIndex) int
int
int
getRowId
(int parameterIndex) short
getShort
(int parameterIndex) short
getSQLXML
(int parameterIndex) getString
(int parameterIndex) getTime
(int parameterIndex) getTimestamp
(int parameterIndex) getTimestamp
(int parameterIndex, Calendar cal) getTimestamp
(String parameterName) getTimestamp
(String parameterName, Calendar cal) int
getURL
(int parameterIndex) boolean
isClosed()
boolean
boolean
boolean
isSimpleIdentifier
(String identifier) void
registerOutParameter
(int parameterIndex, int sqlType) void
registerOutParameter
(int parameterIndex, int sqlType, int scale) void
registerOutParameter
(int parameterIndex, int sqlType, String typeName) void
registerOutParameter
(int parameterIndex, SQLType sqlType) void
registerOutParameter
(int parameterIndex, SQLType sqlType, int scale) void
registerOutParameter
(int parameterIndex, SQLType sqlType, String typeName) void
registerOutParameter
(String parameterName, int sqlType) void
registerOutParameter
(String parameterName, int sqlType, int scale) void
registerOutParameter
(String parameterName, int sqlType, String typeName) void
registerOutParameter
(String parameterName, SQLType sqlType) void
registerOutParameter
(String parameterName, SQLType sqlType, int scale) void
registerOutParameter
(String parameterName, SQLType sqlType, String typeName) void
void
setAsciiStream
(int parameterIndex, InputStream x) void
setAsciiStream
(int parameterIndex, InputStream x, int length) void
setAsciiStream
(int parameterIndex, InputStream x, long length) void
setAsciiStream
(String parameterName, InputStream x) void
setAsciiStream
(String parameterName, InputStream x, int length) void
setAsciiStream
(String parameterName, InputStream x, long length) void
setBigDecimal
(int parameterIndex, BigDecimal x) void
setBigDecimal
(String parameterName, BigDecimal x) void
setBinaryStream
(int parameterIndex, InputStream x) void
setBinaryStream
(int parameterIndex, InputStream x, int length) void
setBinaryStream
(int parameterIndex, InputStream x, long length) void
setBinaryStream
(String parameterName, InputStream x) void
setBinaryStream
(String parameterName, InputStream x, int length) void
setBinaryStream
(String parameterName, InputStream x, long length) void
setBlob
(int parameterIndex, InputStream inputStream) void
setBlob
(int parameterIndex, InputStream inputStream, long length) void
void
setBlob
(String parameterName, InputStream inputStream) void
setBlob
(String parameterName, InputStream inputStream, long length) void
void
setBoolean
(int parameterIndex, boolean x) void
setBoolean
(String parameterName, boolean x) void
setByte
(int parameterIndex, byte x) void
void
setBytes
(int parameterIndex, byte[] x) void
void
setCharacterStream
(int parameterIndex, Reader reader) void
setCharacterStream
(int parameterIndex, Reader reader, int length) void
setCharacterStream
(int parameterIndex, Reader reader, long length) void
setCharacterStream
(String parameterName, Reader reader) void
setCharacterStream
(String parameterName, Reader reader, int length) void
setCharacterStream
(String parameterName, Reader reader, long length) void
void
void
void
void
void
void
setCursorName
(String name) void
void
void
void
void
setDouble
(int parameterIndex, double x) void
void
setEscapeProcessing
(boolean enable) void
setFetchDirection
(int direction) void
setFetchSize
(int rows) void
setFloat
(int parameterIndex, float x) void
void
setInt
(int parameterIndex, int x) void
void
setLargeMaxRows
(long max) void
setLong
(int parameterIndex, long x) void
void
setMaxFieldSize
(int max) void
setMaxRows
(int max) void
setNCharacterStream
(int parameterIndex, Reader value) void
setNCharacterStream
(int parameterIndex, Reader value, long length) void
setNCharacterStream
(String parameterName, Reader value) void
setNCharacterStream
(String parameterName, Reader value, long length) void
void
void
void
void
void
void
setNString
(int parameterIndex, String value) void
setNString
(String parameterName, String value) void
setNull
(int parameterIndex, int sqlType) void
void
void
void
void
void
void
void
void
void
void
void
void
void
setPoolable
(boolean poolable) void
setQueryTimeout
(int seconds) void
void
void
void
setShort
(int parameterIndex, short x) void
void
void
void
void
void
void
void
void
void
setTimestamp
(int parameterIndex, Timestamp x) void
setTimestamp
(int parameterIndex, Timestamp x, Calendar cal) void
setTimestamp
(String parameterName, Timestamp x) void
setTimestamp
(String parameterName, Timestamp x, Calendar cal) void
setUnicodeStream
(int parameterIndex, InputStream x, int length) Deprecated.void
void
boolean
wasNull()
Methods inherited from class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
getWrapped, wrapArray, wrapBlob, wrapClob, wrapNClob, wrapReader, wrapRef, wrapRowId, wrapSQLXML
Methods inherited from class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
unwrapArray, unwrapBlob, unwrapClob, unwrapInputStream, unwrapNClob, unwrapReader, unwrapRef, unwrapRowId, unwrapSQLXML, wrapParameterMetaData, wrapResultSetMetaData
Methods inherited from class com.aoapps.sql.wrapper.StatementWrapperImpl
toString, wrapResultSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastCallableStatementImpl
public FailFastCallableStatementImpl(FailFastConnectionImpl failFastConnection, CallableStatement wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classStatementWrapperImpl
-
executeQuery
- Specified by:
executeQuery
in interfaceStatement
- Specified by:
executeQuery
in interfaceStatementWrapper
- Overrides:
executeQuery
in classStatementWrapperImpl
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
close
- Throws:
SQLException
-
getMaxFieldSize
- Throws:
SQLException
-
setMaxFieldSize
- Throws:
SQLException
-
getMaxRows
- Throws:
SQLException
-
setMaxRows
- Throws:
SQLException
-
setEscapeProcessing
- Throws:
SQLException
-
getQueryTimeout
- Throws:
SQLException
-
setQueryTimeout
- Throws:
SQLException
-
cancel
- Throws:
SQLException
-
getWarnings
- Throws:
SQLException
-
clearWarnings
- Throws:
SQLException
-
setCursorName
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
getResultSet
- Specified by:
getResultSet
in interfaceStatement
- Specified by:
getResultSet
in interfaceStatementWrapper
- Overrides:
getResultSet
in classStatementWrapperImpl
- Throws:
SQLException
-
getUpdateCount
- Throws:
SQLException
-
getMoreResults
- Throws:
SQLException
-
setFetchDirection
- Throws:
SQLException
-
getFetchDirection
- Throws:
SQLException
-
setFetchSize
- Throws:
SQLException
-
getFetchSize
- Throws:
SQLException
-
getResultSetConcurrency
- Throws:
SQLException
-
getResultSetType
- Throws:
SQLException
-
addBatch
- Throws:
SQLException
-
clearBatch
- Throws:
SQLException
-
executeBatch
- Throws:
SQLException
-
getConnection
- Specified by:
getConnection
in interfaceStatement
- Specified by:
getConnection
in interfaceStatementWrapper
- Overrides:
getConnection
in classStatementWrapperImpl
- Throws:
SQLException
-
getMoreResults
- Throws:
SQLException
-
getGeneratedKeys
- Specified by:
getGeneratedKeys
in interfaceStatement
- Specified by:
getGeneratedKeys
in interfaceStatementWrapper
- Overrides:
getGeneratedKeys
in classStatementWrapperImpl
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
getResultSetHoldability
- Throws:
SQLException
-
isClosed
- Throws:
SQLException
-
setPoolable
- Throws:
SQLException
-
isPoolable
- Throws:
SQLException
-
closeOnCompletion
- Throws:
SQLException
-
isCloseOnCompletion
- Throws:
SQLException
-
getLargeUpdateCount
- Throws:
SQLException
-
setLargeMaxRows
- Throws:
SQLException
-
getLargeMaxRows
- Throws:
SQLException
-
executeLargeBatch
- Throws:
SQLException
-
executeLargeUpdate
- Throws:
SQLException
-
executeLargeUpdate
- Throws:
SQLException
-
executeLargeUpdate
- Throws:
SQLException
-
executeLargeUpdate
- Throws:
SQLException
-
enquoteLiteral
- Throws:
SQLException
-
enquoteIdentifier
- Throws:
SQLException
-
isSimpleIdentifier
- Throws:
SQLException
-
enquoteNCharLiteral
- Throws:
SQLException
-
executeQuery
- Specified by:
executeQuery
in interfacePreparedStatement
- Specified by:
executeQuery
in interfacePreparedStatementWrapper
- Overrides:
executeQuery
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
setNull
- Throws:
SQLException
-
setBoolean
- Throws:
SQLException
-
setByte
- Throws:
SQLException
-
setShort
- Throws:
SQLException
-
setInt
- Throws:
SQLException
-
setLong
- Throws:
SQLException
-
setFloat
- Throws:
SQLException
-
setDouble
- Throws:
SQLException
-
setBigDecimal
- Throws:
SQLException
-
setString
- Throws:
SQLException
-
setBytes
- Throws:
SQLException
-
setDate
- Throws:
SQLException
-
setTime
- Throws:
SQLException
-
setTimestamp
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfacePreparedStatement
- Specified by:
setAsciiStream
in interfacePreparedStatementWrapper
- Overrides:
setAsciiStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setUnicodeStream
@Deprecated(since="1.2") public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException Deprecated.- Specified by:
setUnicodeStream
in interfacePreparedStatement
- Specified by:
setUnicodeStream
in interfacePreparedStatementWrapper
- Overrides:
setUnicodeStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfacePreparedStatement
- Specified by:
setBinaryStream
in interfacePreparedStatementWrapper
- Overrides:
setBinaryStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
clearParameters
- Throws:
SQLException
-
setObject
- Throws:
SQLException
-
setObject
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
addBatch
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfacePreparedStatement
- Specified by:
setCharacterStream
in interfacePreparedStatementWrapper
- Overrides:
setCharacterStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setRef
- Specified by:
setRef
in interfacePreparedStatement
- Specified by:
setRef
in interfacePreparedStatementWrapper
- Overrides:
setRef
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfacePreparedStatement
- Specified by:
setBlob
in interfacePreparedStatementWrapper
- Overrides:
setBlob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfacePreparedStatement
- Specified by:
setClob
in interfacePreparedStatementWrapper
- Overrides:
setClob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setArray
- Specified by:
setArray
in interfacePreparedStatement
- Specified by:
setArray
in interfacePreparedStatementWrapper
- Overrides:
setArray
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaData
in interfacePreparedStatement
- Specified by:
getMetaData
in interfacePreparedStatementWrapper
- Overrides:
getMetaData
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setDate
- Throws:
SQLException
-
setTime
- Throws:
SQLException
-
setTimestamp
- Throws:
SQLException
-
setNull
- Throws:
SQLException
-
setURL
- Throws:
SQLException
-
getParameterMetaData
- Specified by:
getParameterMetaData
in interfacePreparedStatement
- Specified by:
getParameterMetaData
in interfacePreparedStatementWrapper
- Overrides:
getParameterMetaData
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setRowId
- Specified by:
setRowId
in interfacePreparedStatement
- Specified by:
setRowId
in interfacePreparedStatementWrapper
- Overrides:
setRowId
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setNString
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStream
in interfacePreparedStatement
- Specified by:
setNCharacterStream
in interfacePreparedStatementWrapper
- Overrides:
setNCharacterStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfacePreparedStatement
- Specified by:
setNClob
in interfacePreparedStatementWrapper
- Overrides:
setNClob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfacePreparedStatement
- Specified by:
setClob
in interfacePreparedStatementWrapper
- Overrides:
setClob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfacePreparedStatement
- Specified by:
setBlob
in interfacePreparedStatementWrapper
- Overrides:
setBlob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfacePreparedStatement
- Specified by:
setNClob
in interfacePreparedStatementWrapper
- Overrides:
setNClob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXML
in interfacePreparedStatement
- Specified by:
setSQLXML
in interfacePreparedStatementWrapper
- Overrides:
setSQLXML
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfacePreparedStatement
- Specified by:
setAsciiStream
in interfacePreparedStatementWrapper
- Overrides:
setAsciiStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfacePreparedStatement
- Specified by:
setBinaryStream
in interfacePreparedStatementWrapper
- Overrides:
setBinaryStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfacePreparedStatement
- Specified by:
setCharacterStream
in interfacePreparedStatementWrapper
- Overrides:
setCharacterStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfacePreparedStatement
- Specified by:
setAsciiStream
in interfacePreparedStatementWrapper
- Overrides:
setAsciiStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfacePreparedStatement
- Specified by:
setBinaryStream
in interfacePreparedStatementWrapper
- Overrides:
setBinaryStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfacePreparedStatement
- Specified by:
setCharacterStream
in interfacePreparedStatementWrapper
- Overrides:
setCharacterStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStream
in interfacePreparedStatement
- Specified by:
setNCharacterStream
in interfacePreparedStatementWrapper
- Overrides:
setNCharacterStream
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfacePreparedStatement
- Specified by:
setClob
in interfacePreparedStatementWrapper
- Overrides:
setClob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfacePreparedStatement
- Specified by:
setBlob
in interfacePreparedStatementWrapper
- Overrides:
setBlob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfacePreparedStatement
- Specified by:
setNClob
in interfacePreparedStatementWrapper
- Overrides:
setNClob
in classPreparedStatementWrapperImpl
- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
setObject
- Throws:
SQLException
-
executeLargeUpdate
- Throws:
SQLException
-
registerOutParameter
- Throws:
SQLException
-
registerOutParameter
- Throws:
SQLException
-
wasNull
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getBigDecimal
@Deprecated(since="1.2") public BigDecimal getBigDecimal(int parameterIndex, int scale) throws SQLException Deprecated.- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getBigDecimal
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceCallableStatement
- Specified by:
getRef
in interfaceCallableStatementWrapper
- Overrides:
getRef
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceCallableStatement
- Specified by:
getBlob
in interfaceCallableStatementWrapper
- Overrides:
getBlob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceCallableStatement
- Specified by:
getClob
in interfaceCallableStatementWrapper
- Overrides:
getClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceCallableStatement
- Specified by:
getArray
in interfaceCallableStatementWrapper
- Overrides:
getArray
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException - Throws:
SQLException
-
registerOutParameter
- Throws:
SQLException
-
registerOutParameter
- Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException - Throws:
SQLException
-
getURL
- Throws:
SQLException
-
setURL
- Throws:
SQLException
-
setNull
- Throws:
SQLException
-
setBoolean
- Throws:
SQLException
-
setByte
- Throws:
SQLException
-
setShort
- Throws:
SQLException
-
setInt
- Throws:
SQLException
-
setLong
- Throws:
SQLException
-
setFloat
- Throws:
SQLException
-
setDouble
- Throws:
SQLException
-
setBigDecimal
- Throws:
SQLException
-
setString
- Throws:
SQLException
-
setBytes
- Throws:
SQLException
-
setDate
- Throws:
SQLException
-
setTime
- Throws:
SQLException
-
setTimestamp
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceCallableStatement
- Specified by:
setAsciiStream
in interfaceCallableStatementWrapper
- Overrides:
setAsciiStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceCallableStatement
- Specified by:
setBinaryStream
in interfaceCallableStatementWrapper
- Overrides:
setBinaryStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setObject
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException - Throws:
SQLException
-
setObject
- Throws:
SQLException
-
setObject
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceCallableStatement
- Specified by:
setCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
setCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setDate
- Throws:
SQLException
-
setTime
- Throws:
SQLException
-
setTimestamp
- Throws:
SQLException
-
setNull
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getBigDecimal
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceCallableStatement
- Specified by:
getRef
in interfaceCallableStatementWrapper
- Overrides:
getRef
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceCallableStatement
- Specified by:
getBlob
in interfaceCallableStatementWrapper
- Overrides:
getBlob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceCallableStatement
- Specified by:
getClob
in interfaceCallableStatementWrapper
- Overrides:
getClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceCallableStatement
- Specified by:
getArray
in interfaceCallableStatementWrapper
- Overrides:
getArray
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getURL
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceCallableStatement
- Specified by:
getRowId
in interfaceCallableStatementWrapper
- Overrides:
getRowId
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceCallableStatement
- Specified by:
getRowId
in interfaceCallableStatementWrapper
- Overrides:
getRowId
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setRowId
- Specified by:
setRowId
in interfaceCallableStatement
- Specified by:
setRowId
in interfaceCallableStatementWrapper
- Overrides:
setRowId
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setNString
- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException - Specified by:
setNCharacterStream
in interfaceCallableStatement
- Specified by:
setNCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
setNCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceCallableStatement
- Specified by:
setNClob
in interfaceCallableStatementWrapper
- Overrides:
setNClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceCallableStatement
- Specified by:
setClob
in interfaceCallableStatementWrapper
- Overrides:
setClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceCallableStatement
- Specified by:
setBlob
in interfaceCallableStatementWrapper
- Overrides:
setBlob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceCallableStatement
- Specified by:
setNClob
in interfaceCallableStatementWrapper
- Overrides:
setNClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceCallableStatement
- Specified by:
getNClob
in interfaceCallableStatementWrapper
- Overrides:
getNClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceCallableStatement
- Specified by:
getNClob
in interfaceCallableStatementWrapper
- Overrides:
getNClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXML
in interfaceCallableStatement
- Specified by:
setSQLXML
in interfaceCallableStatementWrapper
- Overrides:
setSQLXML
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceCallableStatement
- Specified by:
getSQLXML
in interfaceCallableStatementWrapper
- Overrides:
getSQLXML
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceCallableStatement
- Specified by:
getSQLXML
in interfaceCallableStatementWrapper
- Overrides:
getSQLXML
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getNString
- Throws:
SQLException
-
getNString
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceCallableStatement
- Specified by:
getNCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
getNCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceCallableStatement
- Specified by:
getNCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
getNCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceCallableStatement
- Specified by:
getCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
getCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceCallableStatement
- Specified by:
getCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
getCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceCallableStatement
- Specified by:
setBlob
in interfaceCallableStatementWrapper
- Overrides:
setBlob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceCallableStatement
- Specified by:
setClob
in interfaceCallableStatementWrapper
- Overrides:
setClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceCallableStatement
- Specified by:
setAsciiStream
in interfaceCallableStatementWrapper
- Overrides:
setAsciiStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceCallableStatement
- Specified by:
setBinaryStream
in interfaceCallableStatementWrapper
- Overrides:
setBinaryStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException - Specified by:
setCharacterStream
in interfaceCallableStatement
- Specified by:
setCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
setCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceCallableStatement
- Specified by:
setAsciiStream
in interfaceCallableStatementWrapper
- Overrides:
setAsciiStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStream
in interfaceCallableStatement
- Specified by:
setBinaryStream
in interfaceCallableStatementWrapper
- Overrides:
setBinaryStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceCallableStatement
- Specified by:
setCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
setCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStream
in interfaceCallableStatement
- Specified by:
setNCharacterStream
in interfaceCallableStatementWrapper
- Overrides:
setNCharacterStream
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setClob
- Specified by:
setClob
in interfaceCallableStatement
- Specified by:
setClob
in interfaceCallableStatementWrapper
- Overrides:
setClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setBlob
- Specified by:
setBlob
in interfaceCallableStatement
- Specified by:
setBlob
in interfaceCallableStatementWrapper
- Overrides:
setBlob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
setNClob
- Specified by:
setNClob
in interfaceCallableStatement
- Specified by:
setNClob
in interfaceCallableStatementWrapper
- Overrides:
setNClob
in classCallableStatementWrapperImpl
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
setObject
public void setObject(String parameterName, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
setObject
- Throws:
SQLException
-
registerOutParameter
- Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, int scale) throws SQLException - Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(int parameterIndex, SQLType sqlType, String typeName) throws SQLException - Throws:
SQLException
-
registerOutParameter
- Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, int scale) throws SQLException - Throws:
SQLException
-
registerOutParameter
public void registerOutParameter(String parameterName, SQLType sqlType, String typeName) throws SQLException - Throws:
SQLException
-