public abstract class SynchronizedFilterStatement extends Object implements Statement
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
inner |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
SynchronizedFilterStatement() |
SynchronizedFilterStatement(Statement inner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseOnCompletion, isClosed, isCloseOnCompletion, isPoolable, setPoolableisWrapperFor, unwrapprotected Statement inner
public SynchronizedFilterStatement(Statement inner)
public SynchronizedFilterStatement()
public void setInner(Statement inner)
public Statement getInner()
public 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