public abstract class FilterCallableStatement extends Object implements CallableStatement
| Modifier and Type | Field and Description |
|---|---|
protected CallableStatement |
inner |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
FilterCallableStatement() |
FilterCallableStatement(CallableStatement inner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCharacterStream, getCharacterStream, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXMLsetAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXMLcloseOnCompletion, isClosed, isCloseOnCompletion, isPoolable, setPoolableisWrapperFor, unwrapprotected CallableStatement inner
public FilterCallableStatement(CallableStatement inner)
public FilterCallableStatement()
public void setInner(CallableStatement inner)
public CallableStatement getInner()
public boolean wasNull()
throws SQLException
wasNull in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int a, int b) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(int a) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic BigDecimal getBigDecimal(String a) throws SQLException
getBigDecimal in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String a) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(String a, Calendar b) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int a, Calendar b) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Timestamp getTimestamp(int a) throws SQLException
getTimestamp in interface CallableStatementSQLExceptionpublic Blob getBlob(String a) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Blob getBlob(int a) throws SQLException
getBlob in interface CallableStatementSQLExceptionpublic Clob getClob(String a) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic Clob getClob(int a) throws SQLException
getClob in interface CallableStatementSQLExceptionpublic void setNull(String a, int b, String c) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setNull(String a, int b) throws SQLException
setNull in interface CallableStatementSQLExceptionpublic void setBigDecimal(String a, BigDecimal b) throws SQLException
setBigDecimal in interface CallableStatementSQLExceptionpublic void setBytes(String a, byte[] b) throws SQLException
setBytes in interface CallableStatementSQLExceptionpublic void setTimestamp(String a, Timestamp b, Calendar c) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setTimestamp(String a, Timestamp b) throws SQLException
setTimestamp in interface CallableStatementSQLExceptionpublic void setAsciiStream(String a, InputStream b, int c) throws SQLException
setAsciiStream in interface CallableStatementSQLExceptionpublic void setBinaryStream(String a, InputStream b, int c) throws SQLException
setBinaryStream in interface CallableStatementSQLExceptionpublic void setObject(String a, Object b) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String a, Object b, int c, int d) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setObject(String a, Object b, int c) throws SQLException
setObject in interface CallableStatementSQLExceptionpublic void setCharacterStream(String a, Reader b, int c) throws SQLException
setCharacterStream in interface CallableStatementSQLExceptionpublic void registerOutParameter(String a, int b) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int a,
int b)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int a,
int b,
int c)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(int a,
int b,
String c)
throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String a, int b, int c) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic void registerOutParameter(String a, int b, String c) throws SQLException
registerOutParameter in interface CallableStatementSQLExceptionpublic Object getObject(String a, Map b) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Object getObject(int a, Map b) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Object getObject(int a) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic Object getObject(String a) throws SQLException
getObject in interface CallableStatementSQLExceptionpublic boolean getBoolean(int a)
throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic boolean getBoolean(String a) throws SQLException
getBoolean in interface CallableStatementSQLExceptionpublic byte getByte(String a) throws SQLException
getByte in interface CallableStatementSQLExceptionpublic byte getByte(int a)
throws SQLException
getByte in interface CallableStatementSQLExceptionpublic short getShort(int a)
throws SQLException
getShort in interface CallableStatementSQLExceptionpublic short getShort(String a) throws SQLException
getShort in interface CallableStatementSQLExceptionpublic int getInt(String a) throws SQLException
getInt in interface CallableStatementSQLExceptionpublic int getInt(int a)
throws SQLException
getInt in interface CallableStatementSQLExceptionpublic long getLong(int a)
throws SQLException
getLong in interface CallableStatementSQLExceptionpublic long getLong(String a) throws SQLException
getLong in interface CallableStatementSQLExceptionpublic float getFloat(String a) throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic float getFloat(int a)
throws SQLException
getFloat in interface CallableStatementSQLExceptionpublic double getDouble(String a) throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic double getDouble(int a)
throws SQLException
getDouble in interface CallableStatementSQLExceptionpublic byte[] getBytes(int a)
throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic byte[] getBytes(String a) throws SQLException
getBytes in interface CallableStatementSQLExceptionpublic URL getURL(String a) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic URL getURL(int a) throws SQLException
getURL in interface CallableStatementSQLExceptionpublic void setBoolean(String a, boolean b) throws SQLException
setBoolean in interface CallableStatementSQLExceptionpublic void setByte(String a, byte b) throws SQLException
setByte in interface CallableStatementSQLExceptionpublic void setShort(String a, short b) throws SQLException
setShort in interface CallableStatementSQLExceptionpublic void setInt(String a, int b) throws SQLException
setInt in interface CallableStatementSQLExceptionpublic void setLong(String a, long b) throws SQLException
setLong in interface CallableStatementSQLExceptionpublic void setFloat(String a, float b) throws SQLException
setFloat in interface CallableStatementSQLExceptionpublic void setDouble(String a, double b) throws SQLException
setDouble in interface CallableStatementSQLExceptionpublic String getString(String a) throws SQLException
getString in interface CallableStatementSQLExceptionpublic String getString(int a) throws SQLException
getString in interface CallableStatementSQLExceptionpublic Ref getRef(int a) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic Ref getRef(String a) throws SQLException
getRef in interface CallableStatementSQLExceptionpublic void setURL(String a, URL b) throws SQLException
setURL in interface CallableStatementSQLExceptionpublic void setTime(String a, Time b) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic void setTime(String a, Time b, Calendar c) throws SQLException
setTime in interface CallableStatementSQLExceptionpublic Time getTime(int a, Calendar b) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Time getTime(String a) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Time getTime(int a) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Time getTime(String a, Calendar b) throws SQLException
getTime in interface CallableStatementSQLExceptionpublic Date getDate(int a, Calendar b) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Date getDate(String a) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Date getDate(int a) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic Date getDate(String a, Calendar b) throws SQLException
getDate in interface CallableStatementSQLExceptionpublic void setString(String a, String b) throws SQLException
setString in interface CallableStatementSQLExceptionpublic Array getArray(int a) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic Array getArray(String a) throws SQLException
getArray in interface CallableStatementSQLExceptionpublic void setDate(String a, Date b, Calendar c) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic void setDate(String a, Date b) throws SQLException
setDate in interface CallableStatementSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface PreparedStatementSQLExceptionpublic ResultSet executeQuery() throws SQLException
executeQuery in interface PreparedStatementSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate in interface PreparedStatementSQLExceptionpublic void addBatch()
throws SQLException
addBatch in interface PreparedStatementSQLExceptionpublic void setNull(int a,
int b,
String c)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic void setNull(int a,
int b)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic void setBigDecimal(int a,
BigDecimal b)
throws SQLException
setBigDecimal in interface PreparedStatementSQLExceptionpublic void setBytes(int a,
byte[] b)
throws SQLException
setBytes in interface PreparedStatementSQLExceptionpublic void setTimestamp(int a,
Timestamp b,
Calendar c)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic void setTimestamp(int a,
Timestamp b)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic void setAsciiStream(int a,
InputStream b,
int c)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic void setUnicodeStream(int a,
InputStream b,
int c)
throws SQLException
setUnicodeStream in interface PreparedStatementSQLExceptionpublic void setBinaryStream(int a,
InputStream b,
int c)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic void clearParameters()
throws SQLException
clearParameters in interface PreparedStatementSQLExceptionpublic void setObject(int a,
Object b)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void setObject(int a,
Object b,
int c,
int d)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void setObject(int a,
Object b,
int c)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void setCharacterStream(int a,
Reader b,
int c)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic void setRef(int a,
Ref b)
throws SQLException
setRef in interface PreparedStatementSQLExceptionpublic void setBlob(int a,
Blob b)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic void setClob(int a,
Clob b)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic void setArray(int a,
Array b)
throws SQLException
setArray in interface PreparedStatementSQLExceptionpublic ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData in interface PreparedStatementSQLExceptionpublic void setBoolean(int a,
boolean b)
throws SQLException
setBoolean in interface PreparedStatementSQLExceptionpublic void setByte(int a,
byte b)
throws SQLException
setByte in interface PreparedStatementSQLExceptionpublic void setShort(int a,
short b)
throws SQLException
setShort in interface PreparedStatementSQLExceptionpublic void setInt(int a,
int b)
throws SQLException
setInt in interface PreparedStatementSQLExceptionpublic void setLong(int a,
long b)
throws SQLException
setLong in interface PreparedStatementSQLExceptionpublic void setFloat(int a,
float b)
throws SQLException
setFloat in interface PreparedStatementSQLExceptionpublic void setDouble(int a,
double b)
throws SQLException
setDouble in interface PreparedStatementSQLExceptionpublic void setURL(int a,
URL b)
throws SQLException
setURL in interface PreparedStatementSQLExceptionpublic void setTime(int a,
Time b)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic void setTime(int a,
Time b,
Calendar c)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic boolean execute()
throws SQLException
execute in interface PreparedStatementSQLExceptionpublic void setString(int a,
String b)
throws SQLException
setString in interface PreparedStatementSQLExceptionpublic void setDate(int a,
Date b,
Calendar c)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic void setDate(int a,
Date b)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface StatementSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface StatementSQLExceptionpublic void setFetchDirection(int a)
throws SQLException
setFetchDirection in interface StatementSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLExceptionpublic void setFetchSize(int a)
throws SQLException
setFetchSize in interface StatementSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface StatementSQLExceptionpublic int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface StatementSQLExceptionpublic ResultSet executeQuery(String a) throws SQLException
executeQuery in interface StatementSQLExceptionpublic int executeUpdate(String a, int b) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int executeUpdate(String a, String[] b) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int executeUpdate(String a, int[] b) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int executeUpdate(String a) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int getMaxFieldSize()
throws SQLException
getMaxFieldSize in interface StatementSQLExceptionpublic void setMaxFieldSize(int a)
throws SQLException
setMaxFieldSize in interface StatementSQLExceptionpublic int getMaxRows()
throws SQLException
getMaxRows in interface StatementSQLExceptionpublic void setMaxRows(int a)
throws SQLException
setMaxRows in interface StatementSQLExceptionpublic void setEscapeProcessing(boolean a)
throws SQLException
setEscapeProcessing in interface StatementSQLExceptionpublic int getQueryTimeout()
throws SQLException
getQueryTimeout in interface StatementSQLExceptionpublic void setQueryTimeout(int a)
throws SQLException
setQueryTimeout in interface StatementSQLExceptionpublic void setCursorName(String a) throws SQLException
setCursorName in interface StatementSQLExceptionpublic ResultSet getResultSet() throws SQLException
getResultSet in interface StatementSQLExceptionpublic int getUpdateCount()
throws SQLException
getUpdateCount in interface StatementSQLExceptionpublic boolean getMoreResults()
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic boolean getMoreResults(int a)
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency in interface StatementSQLExceptionpublic int getResultSetType()
throws SQLException
getResultSetType in interface StatementSQLExceptionpublic void addBatch(String a) throws SQLException
addBatch in interface StatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch in interface StatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLExceptionpublic ResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys in interface StatementSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface StatementSQLExceptionpublic boolean execute(String a, int b) throws SQLException
execute in interface StatementSQLExceptionpublic boolean execute(String a) throws SQLException
execute in interface StatementSQLExceptionpublic boolean execute(String a, int[] b) throws SQLException
execute in interface StatementSQLExceptionpublic boolean execute(String a, String[] b) throws SQLException
execute in interface StatementSQLExceptionpublic Connection getConnection() throws SQLException
getConnection in interface StatementSQLExceptionpublic void cancel()
throws SQLException
cancel in interface StatementSQLException