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
ConstructorsConstructorDescriptionFailFastCallableStatementImpl(FailFastConnectionImpl failFastConnection, CallableStatement wrapped) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBatch()voidvoidcancel()voidvoidvoidvoidclose()voidenquoteIdentifier(String identifier, boolean alwaysQuote) enquoteLiteral(String val) booleanexecute()booleanbooleanbooleanbooleanint[]long[]longlongexecuteLargeUpdate(String sql) longexecuteLargeUpdate(String sql, int autoGeneratedKeys) longexecuteLargeUpdate(String sql, int[] columnIndexes) longexecuteLargeUpdate(String sql, String[] columnNames) executeQuery(String sql) intintexecuteUpdate(String sql) intexecuteUpdate(String sql, int autoGeneratedKeys) intexecuteUpdate(String sql, int[] columnIndexes) intexecuteUpdate(String sql, String[] columnNames) getArray(int parameterIndex) getBigDecimal(int parameterIndex) getBigDecimal(int parameterIndex, int scale) Deprecated.getBigDecimal(String parameterName) getBlob(int parameterIndex) booleangetBoolean(int parameterIndex) booleangetBoolean(String parameterName) bytegetByte(int parameterIndex) bytebyte[]getBytes(int parameterIndex) byte[]getCharacterStream(int parameterIndex) getCharacterStream(String parameterName) getClob(int parameterIndex) protected FailFastConnectionImplgetDate(int parameterIndex) doublegetDouble(int parameterIndex) doubleintintfloatgetFloat(int parameterIndex) floatintgetInt(int parameterIndex) intlonglonglonggetLong(int parameterIndex) longintintbooleanbooleangetMoreResults(int current) getNCharacterStream(int parameterIndex) getNCharacterStream(String parameterName) getNClob(int parameterIndex) getNString(int parameterIndex) getNString(String parameterName) getObject(int parameterIndex) <T> T<T> TintgetRef(int parameterIndex) intintintgetRowId(int parameterIndex) shortgetShort(int parameterIndex) shortgetSQLXML(int parameterIndex) getString(int parameterIndex) getTime(int parameterIndex) getTimestamp(int parameterIndex) getTimestamp(int parameterIndex, Calendar cal) getTimestamp(String parameterName) getTimestamp(String parameterName, Calendar cal) intgetURL(int parameterIndex) booleanisClosed()booleanbooleanbooleanisSimpleIdentifier(String identifier) voidregisterOutParameter(int parameterIndex, int sqlType) voidregisterOutParameter(int parameterIndex, int sqlType, int scale) voidregisterOutParameter(int parameterIndex, int sqlType, String typeName) voidregisterOutParameter(int parameterIndex, SQLType sqlType) voidregisterOutParameter(int parameterIndex, SQLType sqlType, int scale) voidregisterOutParameter(int parameterIndex, SQLType sqlType, String typeName) voidregisterOutParameter(String parameterName, int sqlType) voidregisterOutParameter(String parameterName, int sqlType, int scale) voidregisterOutParameter(String parameterName, int sqlType, String typeName) voidregisterOutParameter(String parameterName, SQLType sqlType) voidregisterOutParameter(String parameterName, SQLType sqlType, int scale) voidregisterOutParameter(String parameterName, SQLType sqlType, String typeName) voidvoidsetAsciiStream(int parameterIndex, InputStream x) voidsetAsciiStream(int parameterIndex, InputStream x, int length) voidsetAsciiStream(int parameterIndex, InputStream x, long length) voidsetAsciiStream(String parameterName, InputStream x) voidsetAsciiStream(String parameterName, InputStream x, int length) voidsetAsciiStream(String parameterName, InputStream x, long length) voidsetBigDecimal(int parameterIndex, BigDecimal x) voidsetBigDecimal(String parameterName, BigDecimal x) voidsetBinaryStream(int parameterIndex, InputStream x) voidsetBinaryStream(int parameterIndex, InputStream x, int length) voidsetBinaryStream(int parameterIndex, InputStream x, long length) voidsetBinaryStream(String parameterName, InputStream x) voidsetBinaryStream(String parameterName, InputStream x, int length) voidsetBinaryStream(String parameterName, InputStream x, long length) voidsetBlob(int parameterIndex, InputStream inputStream) voidsetBlob(int parameterIndex, InputStream inputStream, long length) voidvoidsetBlob(String parameterName, InputStream inputStream) voidsetBlob(String parameterName, InputStream inputStream, long length) voidvoidsetBoolean(int parameterIndex, boolean x) voidsetBoolean(String parameterName, boolean x) voidsetByte(int parameterIndex, byte x) voidvoidsetBytes(int parameterIndex, byte[] x) voidvoidsetCharacterStream(int parameterIndex, Reader reader) voidsetCharacterStream(int parameterIndex, Reader reader, int length) voidsetCharacterStream(int parameterIndex, Reader reader, long length) voidsetCharacterStream(String parameterName, Reader reader) voidsetCharacterStream(String parameterName, Reader reader, int length) voidsetCharacterStream(String parameterName, Reader reader, long length) voidvoidvoidvoidvoidvoidvoidsetCursorName(String name) voidvoidvoidvoidvoidsetDouble(int parameterIndex, double x) voidvoidsetEscapeProcessing(boolean enable) voidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidsetFloat(int parameterIndex, float x) voidvoidsetInt(int parameterIndex, int x) voidvoidsetLargeMaxRows(long max) voidsetLong(int parameterIndex, long x) voidvoidsetMaxFieldSize(int max) voidsetMaxRows(int max) 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) voidsetNull(int parameterIndex, int sqlType) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetPoolable(boolean poolable) voidsetQueryTimeout(int seconds) voidvoidvoidvoidsetShort(int parameterIndex, short x) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetTimestamp(int parameterIndex, Timestamp x) voidsetTimestamp(int parameterIndex, Timestamp x, Calendar cal) voidsetTimestamp(String parameterName, Timestamp x) voidsetTimestamp(String parameterName, Timestamp x, Calendar cal) voidsetUnicodeStream(int parameterIndex, InputStream x, int length) Deprecated.voidvoidbooleanwasNull()Methods inherited from class com.aoapps.sql.wrapper.CallableStatementWrapperImpl
getWrapped, wrapArray, wrapBlob, wrapClob, wrapNClob, wrapReader, wrapRef, wrapRowId, wrapSQLXMLMethods inherited from class com.aoapps.sql.wrapper.PreparedStatementWrapperImpl
unwrapArray, unwrapBlob, unwrapClob, unwrapInputStream, unwrapNClob, unwrapReader, unwrapRef, unwrapRowId, unwrapSQLXML, wrapParameterMetaData, wrapResultSetMetaDataMethods inherited from class com.aoapps.sql.wrapper.StatementWrapperImpl
toString, wrapResultSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastCallableStatementImpl
public FailFastCallableStatementImpl(FailFastConnectionImpl failFastConnection, CallableStatement wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classStatementWrapperImpl
-
executeQuery
- Specified by:
executeQueryin interfaceStatement- Specified by:
executeQueryin interfaceStatementWrapper- Overrides:
executeQueryin 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:
getResultSetin interfaceStatement- Specified by:
getResultSetin interfaceStatementWrapper- Overrides:
getResultSetin 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:
getConnectionin interfaceStatement- Specified by:
getConnectionin interfaceStatementWrapper- Overrides:
getConnectionin classStatementWrapperImpl- Throws:
SQLException
-
getMoreResults
- Throws:
SQLException
-
getGeneratedKeys
- Specified by:
getGeneratedKeysin interfaceStatement- Specified by:
getGeneratedKeysin interfaceStatementWrapper- Overrides:
getGeneratedKeysin 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:
executeQueryin interfacePreparedStatement- Specified by:
executeQueryin interfacePreparedStatementWrapper- Overrides:
executeQueryin 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:
setAsciiStreamin interfacePreparedStatement- Specified by:
setAsciiStreamin interfacePreparedStatementWrapper- Overrides:
setAsciiStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setUnicodeStream
@Deprecated(since="1.2") public void setUnicodeStream(int parameterIndex, InputStream x, int length) throws SQLException Deprecated.- Specified by:
setUnicodeStreamin interfacePreparedStatement- Specified by:
setUnicodeStreamin interfacePreparedStatementWrapper- Overrides:
setUnicodeStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfacePreparedStatement- Specified by:
setBinaryStreamin interfacePreparedStatementWrapper- Overrides:
setBinaryStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
clearParameters
- Throws:
SQLException
-
setObject
- Throws:
SQLException
-
setObject
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
addBatch
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfacePreparedStatement- Specified by:
setCharacterStreamin interfacePreparedStatementWrapper- Overrides:
setCharacterStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setRef
- Specified by:
setRefin interfacePreparedStatement- Specified by:
setRefin interfacePreparedStatementWrapper- Overrides:
setRefin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfacePreparedStatement- Specified by:
setBlobin interfacePreparedStatementWrapper- Overrides:
setBlobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfacePreparedStatement- Specified by:
setClobin interfacePreparedStatementWrapper- Overrides:
setClobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setArray
- Specified by:
setArrayin interfacePreparedStatement- Specified by:
setArrayin interfacePreparedStatementWrapper- Overrides:
setArrayin classPreparedStatementWrapperImpl- Throws:
SQLException
-
getMetaData
- Specified by:
getMetaDatain interfacePreparedStatement- Specified by:
getMetaDatain interfacePreparedStatementWrapper- Overrides:
getMetaDatain classPreparedStatementWrapperImpl- Throws:
SQLException
-
setDate
- Throws:
SQLException
-
setTime
- Throws:
SQLException
-
setTimestamp
- Throws:
SQLException
-
setNull
- Throws:
SQLException
-
setURL
- Throws:
SQLException
-
getParameterMetaData
- Specified by:
getParameterMetaDatain interfacePreparedStatement- Specified by:
getParameterMetaDatain interfacePreparedStatementWrapper- Overrides:
getParameterMetaDatain classPreparedStatementWrapperImpl- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfacePreparedStatement- Specified by:
setRowIdin interfacePreparedStatementWrapper- Overrides:
setRowIdin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setNString
- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfacePreparedStatement- Specified by:
setNCharacterStreamin interfacePreparedStatementWrapper- Overrides:
setNCharacterStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfacePreparedStatement- Specified by:
setNClobin interfacePreparedStatementWrapper- Overrides:
setNClobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfacePreparedStatement- Specified by:
setClobin interfacePreparedStatementWrapper- Overrides:
setClobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfacePreparedStatement- Specified by:
setBlobin interfacePreparedStatementWrapper- Overrides:
setBlobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfacePreparedStatement- Specified by:
setNClobin interfacePreparedStatementWrapper- Overrides:
setNClobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXMLin interfacePreparedStatement- Specified by:
setSQLXMLin interfacePreparedStatementWrapper- Overrides:
setSQLXMLin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setObject
public void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException - Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfacePreparedStatement- Specified by:
setAsciiStreamin interfacePreparedStatementWrapper- Overrides:
setAsciiStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfacePreparedStatement- Specified by:
setBinaryStreamin interfacePreparedStatementWrapper- Overrides:
setBinaryStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfacePreparedStatement- Specified by:
setCharacterStreamin interfacePreparedStatementWrapper- Overrides:
setCharacterStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfacePreparedStatement- Specified by:
setAsciiStreamin interfacePreparedStatementWrapper- Overrides:
setAsciiStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfacePreparedStatement- Specified by:
setBinaryStreamin interfacePreparedStatementWrapper- Overrides:
setBinaryStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfacePreparedStatement- Specified by:
setCharacterStreamin interfacePreparedStatementWrapper- Overrides:
setCharacterStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfacePreparedStatement- Specified by:
setNCharacterStreamin interfacePreparedStatementWrapper- Overrides:
setNCharacterStreamin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfacePreparedStatement- Specified by:
setClobin interfacePreparedStatementWrapper- Overrides:
setClobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfacePreparedStatement- Specified by:
setBlobin interfacePreparedStatementWrapper- Overrides:
setBlobin classPreparedStatementWrapperImpl- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfacePreparedStatement- Specified by:
setNClobin interfacePreparedStatementWrapper- Overrides:
setNClobin 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:
getRefin interfaceCallableStatement- Specified by:
getRefin interfaceCallableStatementWrapper- Overrides:
getRefin classCallableStatementWrapperImpl- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceCallableStatement- Specified by:
getBlobin interfaceCallableStatementWrapper- Overrides:
getBlobin classCallableStatementWrapperImpl- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceCallableStatement- Specified by:
getClobin interfaceCallableStatementWrapper- Overrides:
getClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceCallableStatement- Specified by:
getArrayin interfaceCallableStatementWrapper- Overrides:
getArrayin 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:
setAsciiStreamin interfaceCallableStatement- Specified by:
setAsciiStreamin interfaceCallableStatementWrapper- Overrides:
setAsciiStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceCallableStatement- Specified by:
setBinaryStreamin interfaceCallableStatementWrapper- Overrides:
setBinaryStreamin 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:
setCharacterStreamin interfaceCallableStatement- Specified by:
setCharacterStreamin interfaceCallableStatementWrapper- Overrides:
setCharacterStreamin 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:
getRefin interfaceCallableStatement- Specified by:
getRefin interfaceCallableStatementWrapper- Overrides:
getRefin classCallableStatementWrapperImpl- Throws:
SQLException
-
getBlob
- Specified by:
getBlobin interfaceCallableStatement- Specified by:
getBlobin interfaceCallableStatementWrapper- Overrides:
getBlobin classCallableStatementWrapperImpl- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceCallableStatement- Specified by:
getClobin interfaceCallableStatementWrapper- Overrides:
getClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceCallableStatement- Specified by:
getArrayin interfaceCallableStatementWrapper- Overrides:
getArrayin classCallableStatementWrapperImpl- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getURL
- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceCallableStatement- Specified by:
getRowIdin interfaceCallableStatementWrapper- Overrides:
getRowIdin classCallableStatementWrapperImpl- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceCallableStatement- Specified by:
getRowIdin interfaceCallableStatementWrapper- Overrides:
getRowIdin classCallableStatementWrapperImpl- Throws:
SQLException
-
setRowId
- Specified by:
setRowIdin interfaceCallableStatement- Specified by:
setRowIdin interfaceCallableStatementWrapper- Overrides:
setRowIdin classCallableStatementWrapperImpl- Throws:
SQLException
-
setNString
- Throws:
SQLException
-
setNCharacterStream
public void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException - Specified by:
setNCharacterStreamin interfaceCallableStatement- Specified by:
setNCharacterStreamin interfaceCallableStatementWrapper- Overrides:
setNCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Specified by:
setNClobin interfaceCallableStatementWrapper- Overrides:
setNClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Specified by:
setClobin interfaceCallableStatementWrapper- Overrides:
setClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Specified by:
setBlobin interfaceCallableStatementWrapper- Overrides:
setBlobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Specified by:
setNClobin interfaceCallableStatementWrapper- Overrides:
setNClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceCallableStatement- Specified by:
getNClobin interfaceCallableStatementWrapper- Overrides:
getNClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceCallableStatement- Specified by:
getNClobin interfaceCallableStatementWrapper- Overrides:
getNClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setSQLXML
- Specified by:
setSQLXMLin interfaceCallableStatement- Specified by:
setSQLXMLin interfaceCallableStatementWrapper- Overrides:
setSQLXMLin classCallableStatementWrapperImpl- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceCallableStatement- Specified by:
getSQLXMLin interfaceCallableStatementWrapper- Overrides:
getSQLXMLin classCallableStatementWrapperImpl- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceCallableStatement- Specified by:
getSQLXMLin interfaceCallableStatementWrapper- Overrides:
getSQLXMLin classCallableStatementWrapperImpl- Throws:
SQLException
-
getNString
- Throws:
SQLException
-
getNString
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceCallableStatement- Specified by:
getNCharacterStreamin interfaceCallableStatementWrapper- Overrides:
getNCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceCallableStatement- Specified by:
getNCharacterStreamin interfaceCallableStatementWrapper- Overrides:
getNCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceCallableStatement- Specified by:
getCharacterStreamin interfaceCallableStatementWrapper- Overrides:
getCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceCallableStatement- Specified by:
getCharacterStreamin interfaceCallableStatementWrapper- Overrides:
getCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Specified by:
setBlobin interfaceCallableStatementWrapper- Overrides:
setBlobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Specified by:
setClobin interfaceCallableStatementWrapper- Overrides:
setClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceCallableStatement- Specified by:
setAsciiStreamin interfaceCallableStatementWrapper- Overrides:
setAsciiStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceCallableStatement- Specified by:
setBinaryStreamin interfaceCallableStatementWrapper- Overrides:
setBinaryStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setCharacterStream
public void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException - Specified by:
setCharacterStreamin interfaceCallableStatement- Specified by:
setCharacterStreamin interfaceCallableStatementWrapper- Overrides:
setCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceCallableStatement- Specified by:
setAsciiStreamin interfaceCallableStatementWrapper- Overrides:
setAsciiStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceCallableStatement- Specified by:
setBinaryStreamin interfaceCallableStatementWrapper- Overrides:
setBinaryStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceCallableStatement- Specified by:
setCharacterStreamin interfaceCallableStatementWrapper- Overrides:
setCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setNCharacterStream
- Specified by:
setNCharacterStreamin interfaceCallableStatement- Specified by:
setNCharacterStreamin interfaceCallableStatementWrapper- Overrides:
setNCharacterStreamin classCallableStatementWrapperImpl- Throws:
SQLException
-
setClob
- Specified by:
setClobin interfaceCallableStatement- Specified by:
setClobin interfaceCallableStatementWrapper- Overrides:
setClobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setBlob
- Specified by:
setBlobin interfaceCallableStatement- Specified by:
setBlobin interfaceCallableStatementWrapper- Overrides:
setBlobin classCallableStatementWrapperImpl- Throws:
SQLException
-
setNClob
- Specified by:
setNClobin interfaceCallableStatement- Specified by:
setNClobin interfaceCallableStatementWrapper- Overrides:
setNClobin 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
-
