java.lang.Object
org.jooq.tools.jdbc.JDBC41Statement
org.jooq.tools.jdbc.MockStatement
- All Implemented Interfaces:
- AutoCloseable,- CallableStatement,- PreparedStatement,- Statement,- Wrapper
A mock statement.
 
This statement can be used to mock any of these:
- Author:
- Lukas Eder
- See Also:
- MockConnection
- 
Field SummaryFields inherited from interface java.sql.StatementCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
- 
Constructor SummaryConstructorsConstructorDescriptionMockStatement(MockConnection connection, MockDataProvider data)MockStatement(MockConnection connection, MockDataProvider data, String sql)
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddBatch()voidvoidcancel()voidvoidvoidvoidclose()booleanexecute()booleanbooleanbooleanbooleanint[]executeQuery(String localSql)intintexecuteUpdate(String localSql)intexecuteUpdate(String localSql, int localAutoGeneratedKeys)intexecuteUpdate(String localSql, int[] localColumnIndexes)intexecuteUpdate(String localSql, String[] localColumnNames)getArray(int parameterIndex)getBigDecimal(int parameterIndex)getBigDecimal(int parameterIndex, int scale)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)getDate(int parameterIndex)doublegetDouble(int parameterIndex)doubleintintfloatgetFloat(int parameterIndex)floatintgetInt(int parameterIndex)intlonggetLong(int parameterIndex)longintintbooleanbooleangetMoreResults(int current)getNCharacterStream(int parameterIndex)getNCharacterStream(String parameterName)getNClob(int parameterIndex)getNString(int parameterIndex)getNString(String parameterName)getObject(int parameterIndex)intgetRef(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()booleanbooleanisWrapperFor(Class<?> iface)voidregisterOutParameter(int parameterIndex, int sqlType)voidregisterOutParameter(int parameterIndex, int sqlType, int scale)voidregisterOutParameter(int parameterIndex, int sqlType, String typeName)voidregisterOutParameter(String parameterName, int sqlType)voidregisterOutParameter(String parameterName, int sqlType, int scale)voidregisterOutParameter(String parameterName, int 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)voidvoidsetLong(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)voidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetPoolable(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)voidvoid<T> TbooleanwasNull()Methods inherited from class org.jooq.tools.jdbc.JDBC41StatementcloseOnCompletion, getObject, getObject, isCloseOnCompletionMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.CallableStatementgetObject, getObject, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setObject, setObjectMethods inherited from interface java.sql.PreparedStatementexecuteLargeUpdate, setObject, setObjectMethods inherited from interface java.sql.StatementcloseOnCompletion, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, isCloseOnCompletion, isSimpleIdentifier, setLargeMaxRows
- 
Constructor Details- 
MockStatement
- 
MockStatement
 
- 
- 
Method Details- 
getConnection- Specified by:
- getConnectionin interface- Statement
- Throws:
- SQLException
 
- 
getGeneratedKeys- Specified by:
- getGeneratedKeysin interface- Statement
- Throws:
- SQLException
 
- 
getMoreResults- Specified by:
- getMoreResultsin interface- Statement
- Throws:
- SQLException
 
- 
getMoreResults- Specified by:
- getMoreResultsin interface- Statement
- Throws:
- SQLException
 
- 
getResultSet- Specified by:
- getResultSetin interface- Statement
- Throws:
- SQLException
 
- 
getUpdateCount- Specified by:
- getUpdateCountin interface- Statement
- Throws:
- SQLException
 
- 
executeQuery- Specified by:
- executeQueryin interface- PreparedStatement
- Throws:
- SQLException
 
- 
executeQuery- Specified by:
- executeQueryin interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- PreparedStatement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
execute- Specified by:
- executein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- PreparedStatement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
executeUpdate- Specified by:
- executeUpdatein interface- Statement
- Throws:
- SQLException
 
- 
addBatch- Specified by:
- addBatchin interface- PreparedStatement
- Throws:
- SQLException
 
- 
addBatch- Specified by:
- addBatchin interface- Statement
- Throws:
- SQLException
 
- 
clearBatch- Specified by:
- clearBatchin interface- Statement
- Throws:
- SQLException
 
- 
executeBatch- Specified by:
- executeBatchin interface- Statement
- Throws:
- SQLException
 
- 
clearParameters- Specified by:
- clearParametersin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNull- Specified by:
- setNullin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNull- Specified by:
- setNullin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBoolean- Specified by:
- setBooleanin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setByte- Specified by:
- setBytein interface- PreparedStatement
- Throws:
- SQLException
 
- 
setShort- Specified by:
- setShortin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setInt- Specified by:
- setIntin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setLong- Specified by:
- setLongin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setFloat- Specified by:
- setFloatin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setDouble- Specified by:
- setDoublein interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBigDecimal- Specified by:
- setBigDecimalin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setString- Specified by:
- setStringin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNString- Specified by:
- setNStringin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBytes- Specified by:
- setBytesin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setDate- Specified by:
- setDatein interface- PreparedStatement
- Throws:
- SQLException
 
- 
setTime- Specified by:
- setTimein interface- PreparedStatement
- Throws:
- SQLException
 
- 
setTimestamp- Specified by:
- setTimestampin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setObject- Specified by:
- setObjectin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setObject- Specified by:
- setObjectin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setObjectpublic void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException- Specified by:
- setObjectin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setURL- Specified by:
- setURLin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setArray- Specified by:
- setArrayin interface- PreparedStatement
- Throws:
- SQLException
 
- 
registerOutParameter- Specified by:
- registerOutParameterin interface- CallableStatement
- Throws:
- SQLException
 
- 
registerOutParameter- Specified by:
- registerOutParameterin interface- CallableStatement
- Throws:
- SQLException
 
- 
registerOutParameterpublic void registerOutParameter(int parameterIndex, int sqlType, String typeName) throws SQLException- Specified by:
- registerOutParameterin interface- CallableStatement
- Throws:
- SQLException
 
- 
wasNull- Specified by:
- wasNullin interface- CallableStatement
- Throws:
- SQLException
 
- 
getString- Specified by:
- getStringin interface- CallableStatement
- Throws:
- SQLException
 
- 
getNString- Specified by:
- getNStringin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBoolean- Specified by:
- getBooleanin interface- CallableStatement
- Throws:
- SQLException
 
- 
getByte- Specified by:
- getBytein interface- CallableStatement
- Throws:
- SQLException
 
- 
getShort- Specified by:
- getShortin interface- CallableStatement
- Throws:
- SQLException
 
- 
getInt- Specified by:
- getIntin interface- CallableStatement
- Throws:
- SQLException
 
- 
getLong- Specified by:
- getLongin interface- CallableStatement
- Throws:
- SQLException
 
- 
getFloat- Specified by:
- getFloatin interface- CallableStatement
- Throws:
- SQLException
 
- 
getDouble- Specified by:
- getDoublein interface- CallableStatement
- Throws:
- SQLException
 
- 
getBigDecimal- Specified by:
- getBigDecimalin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBigDecimal- Specified by:
- getBigDecimalin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBytes- Specified by:
- getBytesin interface- CallableStatement
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- CallableStatement
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- CallableStatement
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- CallableStatement
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
getArray- Specified by:
- getArrayin interface- CallableStatement
- Throws:
- SQLException
 
- 
getURL- Specified by:
- getURLin interface- CallableStatement
- Throws:
- SQLException
 
- 
isClosed- Specified by:
- isClosedin interface- Statement
- Throws:
- SQLException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Statement
- Throws:
- SQLException
 
- 
cancel- Specified by:
- cancelin interface- Statement
- Throws:
- SQLException
 
- 
getMaxFieldSize- Specified by:
- getMaxFieldSizein interface- Statement
- Throws:
- SQLException
 
- 
setMaxFieldSize- Specified by:
- setMaxFieldSizein interface- Statement
- Throws:
- SQLException
 
- 
getMaxRows- Specified by:
- getMaxRowsin interface- Statement
- Throws:
- SQLException
 
- 
setMaxRows- Specified by:
- setMaxRowsin interface- Statement
- Throws:
- SQLException
 
- 
setEscapeProcessing- Specified by:
- setEscapeProcessingin interface- Statement
- Throws:
- SQLException
 
- 
getQueryTimeout- Specified by:
- getQueryTimeoutin interface- Statement
- Throws:
- SQLException
 
- 
setQueryTimeout- Specified by:
- setQueryTimeoutin interface- Statement
- Throws:
- SQLException
 
- 
setFetchDirection- Specified by:
- setFetchDirectionin interface- Statement
- Throws:
- SQLException
 
- 
getFetchDirection- Specified by:
- getFetchDirectionin interface- Statement
- Throws:
- SQLException
 
- 
setFetchSize- Specified by:
- setFetchSizein interface- Statement
- Throws:
- SQLException
 
- 
getFetchSize- Specified by:
- getFetchSizein interface- Statement
- Throws:
- SQLException
 
- 
getResultSetConcurrency- Specified by:
- getResultSetConcurrencyin interface- Statement
- Throws:
- SQLException
 
- 
getResultSetType- Specified by:
- getResultSetTypein interface- Statement
- Throws:
- SQLException
 
- 
getResultSetHoldability- Specified by:
- getResultSetHoldabilityin interface- Statement
- Throws:
- SQLException
 
- 
setPoolable- Specified by:
- setPoolablein interface- Statement
- Throws:
- SQLException
 
- 
isPoolable- Specified by:
- isPoolablein interface- Statement
- Throws:
- SQLException
 
- 
getWarnings- Specified by:
- getWarningsin interface- Statement
- Throws:
- SQLException
 
- 
clearWarnings- Specified by:
- clearWarningsin interface- Statement
- Throws:
- SQLException
 
- 
setCursorName- Specified by:
- setCursorNamein interface- Statement
- Throws:
- SQLException
 
- 
getMetaData- Specified by:
- getMetaDatain interface- PreparedStatement
- Throws:
- SQLException
 
- 
unwrap- Specified by:
- unwrapin interface- Wrapper
- Throws:
- SQLException
 
- 
isWrapperFor- Specified by:
- isWrapperForin interface- Wrapper
- Throws:
- SQLException
 
- 
getParameterMetaData- Specified by:
- getParameterMetaDatain interface- PreparedStatement
- Throws:
- SQLException
 
- 
setAsciiStream- Specified by:
- setAsciiStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setAsciiStream- Specified by:
- setAsciiStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setAsciiStream- Specified by:
- setAsciiStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setAsciiStream- Specified by:
- setAsciiStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setAsciiStream- Specified by:
- setAsciiStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setAsciiStream- Specified by:
- setAsciiStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setUnicodeStream- Specified by:
- setUnicodeStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBinaryStream- Specified by:
- setBinaryStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBinaryStream- Specified by:
- setBinaryStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBinaryStream- Specified by:
- setBinaryStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBinaryStream- Specified by:
- setBinaryStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setBinaryStream- Specified by:
- setBinaryStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setBinaryStream- Specified by:
- setBinaryStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setCharacterStream- Specified by:
- setCharacterStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setCharacterStream- Specified by:
- setCharacterStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setCharacterStream- Specified by:
- setCharacterStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setCharacterStreampublic void setCharacterStream(String parameterName, Reader reader, long length) throws SQLException- Specified by:
- setCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setCharacterStream- Specified by:
- setCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setCharacterStreampublic void setCharacterStream(String parameterName, Reader reader, int length) throws SQLException- Specified by:
- setCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNCharacterStream- Specified by:
- setNCharacterStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNCharacterStream- Specified by:
- setNCharacterStreamin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNCharacterStream- Specified by:
- setNCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNCharacterStreampublic void setNCharacterStream(String parameterName, Reader value, long length) throws SQLException- Specified by:
- setNCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
setRef- Specified by:
- setRefin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBlob- Specified by:
- setBlobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBlob- Specified by:
- setBlobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBlob- Specified by:
- setBlobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setBlob- Specified by:
- setBlobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setBlob- Specified by:
- setBlobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setBlobpublic void setBlob(String parameterName, InputStream inputStream, long length) throws SQLException- Specified by:
- setBlobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setClob- Specified by:
- setClobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setClob- Specified by:
- setClobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setClob- Specified by:
- setClobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setClob- Specified by:
- setClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setClob- Specified by:
- setClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setClob- Specified by:
- setClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNClob- Specified by:
- setNClobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNClob- Specified by:
- setNClobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNClob- Specified by:
- setNClobin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setNClob- Specified by:
- setNClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNClob- Specified by:
- setNClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNClob- Specified by:
- setNClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNString- Specified by:
- setNStringin interface- CallableStatement
- Throws:
- SQLException
 
- 
setRowId- Specified by:
- setRowIdin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setRowId- Specified by:
- setRowIdin interface- CallableStatement
- Throws:
- SQLException
 
- 
setSQLXML- Specified by:
- setSQLXMLin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setSQLXML- Specified by:
- setSQLXMLin interface- CallableStatement
- Throws:
- SQLException
 
- 
setDate- Specified by:
- setDatein interface- PreparedStatement
- Throws:
- SQLException
 
- 
setDate- Specified by:
- setDatein interface- CallableStatement
- Throws:
- SQLException
 
- 
setDate- Specified by:
- setDatein interface- CallableStatement
- Throws:
- SQLException
 
- 
setTime- Specified by:
- setTimein interface- PreparedStatement
- Throws:
- SQLException
 
- 
setTime- Specified by:
- setTimein interface- CallableStatement
- Throws:
- SQLException
 
- 
setTime- Specified by:
- setTimein interface- CallableStatement
- Throws:
- SQLException
 
- 
setTimestamp- Specified by:
- setTimestampin interface- PreparedStatement
- Throws:
- SQLException
 
- 
setTimestamp- Specified by:
- setTimestampin interface- CallableStatement
- Throws:
- SQLException
 
- 
setTimestamp- Specified by:
- setTimestampin interface- CallableStatement
- Throws:
- SQLException
 
- 
setURL- Specified by:
- setURLin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNull- Specified by:
- setNullin interface- CallableStatement
- Throws:
- SQLException
 
- 
setNull- Specified by:
- setNullin interface- CallableStatement
- Throws:
- SQLException
 
- 
setBoolean- Specified by:
- setBooleanin interface- CallableStatement
- Throws:
- SQLException
 
- 
setByte- Specified by:
- setBytein interface- CallableStatement
- Throws:
- SQLException
 
- 
setShort- Specified by:
- setShortin interface- CallableStatement
- Throws:
- SQLException
 
- 
setInt- Specified by:
- setIntin interface- CallableStatement
- Throws:
- SQLException
 
- 
setLong- Specified by:
- setLongin interface- CallableStatement
- Throws:
- SQLException
 
- 
setFloat- Specified by:
- setFloatin interface- CallableStatement
- Throws:
- SQLException
 
- 
setDouble- Specified by:
- setDoublein interface- CallableStatement
- Throws:
- SQLException
 
- 
setBigDecimal- Specified by:
- setBigDecimalin interface- CallableStatement
- Throws:
- SQLException
 
- 
setString- Specified by:
- setStringin interface- CallableStatement
- Throws:
- SQLException
 
- 
setBytes- Specified by:
- setBytesin interface- CallableStatement
- Throws:
- SQLException
 
- 
setObjectpublic void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException- Specified by:
- setObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
setObject- Specified by:
- setObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
setObject- Specified by:
- setObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
registerOutParameter- Specified by:
- registerOutParameterin interface- CallableStatement
- Throws:
- SQLException
 
- 
registerOutParameter- Specified by:
- registerOutParameterin interface- CallableStatement
- Throws:
- SQLException
 
- 
registerOutParameterpublic void registerOutParameter(String parameterName, int sqlType, String typeName) throws SQLException- Specified by:
- registerOutParameterin interface- CallableStatement
- Throws:
- SQLException
 
- 
getString- Specified by:
- getStringin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBoolean- Specified by:
- getBooleanin interface- CallableStatement
- Throws:
- SQLException
 
- 
getByte- Specified by:
- getBytein interface- CallableStatement
- Throws:
- SQLException
 
- 
getShort- Specified by:
- getShortin interface- CallableStatement
- Throws:
- SQLException
 
- 
getInt- Specified by:
- getIntin interface- CallableStatement
- Throws:
- SQLException
 
- 
getLong- Specified by:
- getLongin interface- CallableStatement
- Throws:
- SQLException
 
- 
getFloat- Specified by:
- getFloatin interface- CallableStatement
- Throws:
- SQLException
 
- 
getDouble- Specified by:
- getDoublein interface- CallableStatement
- Throws:
- SQLException
 
- 
getBytes- Specified by:
- getBytesin interface- CallableStatement
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- CallableStatement
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBigDecimal- Specified by:
- getBigDecimalin interface- CallableStatement
- Throws:
- SQLException
 
- 
getObject- Specified by:
- getObjectin interface- CallableStatement
- Throws:
- SQLException
 
- 
getRef- Specified by:
- getRefin interface- CallableStatement
- Throws:
- SQLException
 
- 
getRef- Specified by:
- getRefin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBlob- Specified by:
- getBlobin interface- CallableStatement
- Throws:
- SQLException
 
- 
getBlob- Specified by:
- getBlobin interface- CallableStatement
- Throws:
- SQLException
 
- 
getClob- Specified by:
- getClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
getClob- Specified by:
- getClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
getNClob- Specified by:
- getNClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
getNClob- Specified by:
- getNClobin interface- CallableStatement
- Throws:
- SQLException
 
- 
getNString- Specified by:
- getNStringin interface- CallableStatement
- Throws:
- SQLException
 
- 
getNCharacterStream- Specified by:
- getNCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
getNCharacterStream- Specified by:
- getNCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
getCharacterStream- Specified by:
- getCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
getCharacterStream- Specified by:
- getCharacterStreamin interface- CallableStatement
- Throws:
- SQLException
 
- 
getArray- Specified by:
- getArrayin interface- CallableStatement
- Throws:
- SQLException
 
- 
getDate- Specified by:
- getDatein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTime- Specified by:
- getTimein interface- CallableStatement
- Throws:
- SQLException
 
- 
getTimestamp- Specified by:
- getTimestampin interface- CallableStatement
- Throws:
- SQLException
 
- 
getURL- Specified by:
- getURLin interface- CallableStatement
- Throws:
- SQLException
 
- 
getRowId- Specified by:
- getRowIdin interface- CallableStatement
- Throws:
- SQLException
 
- 
getRowId- Specified by:
- getRowIdin interface- CallableStatement
- Throws:
- SQLException
 
- 
getSQLXML- Specified by:
- getSQLXMLin interface- CallableStatement
- Throws:
- SQLException
 
- 
getSQLXML- Specified by:
- getSQLXMLin interface- CallableStatement
- Throws:
- SQLException
 
 
-