public abstract class AbstractUnsupportedOperationStatement extends WrapperAdapter implements Statement
Statement methods.CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
AbstractUnsupportedOperationStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(String sql) |
void |
clearBatch() |
void |
closeOnCompletion() |
int[] |
executeBatch() |
int |
getFetchDirection() |
boolean |
isCloseOnCompletion() |
void |
setCursorName(String name) |
void |
setFetchDirection(int direction) |
isWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, clearWarnings, close, execute, execute, execute, execute, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setEscapeProcessing, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrappublic AbstractUnsupportedOperationStatement()
public final int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLExceptionpublic final void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface StatementSQLExceptionpublic final void addBatch(String sql) throws SQLException
addBatch in interface StatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch in interface StatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLExceptionpublic final void closeOnCompletion()
throws SQLException
closeOnCompletion in interface StatementSQLExceptionpublic final boolean isCloseOnCompletion()
throws SQLException
isCloseOnCompletion in interface StatementSQLExceptionpublic final void setCursorName(String name) throws SQLException
setCursorName in interface StatementSQLExceptionCopyright © 2018. All rights reserved.