public abstract class ThrowingStatementJdbc4 extends ThrowingStatementJdbc3
Statement, decorated to throw SQLException on command.CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
ThrowingStatementJdbc4() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed() |
boolean |
isPoolable() |
boolean |
isWrapperFor(Class<?> iface) |
void |
setPoolable(boolean poolable) |
<T> T |
unwrap(Class<T> iface) |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeoutshouldThrow, startThrowing, startThrowingAfter, stopThrowingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseOnCompletion, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, isCloseOnCompletion, setLargeMaxRowspublic boolean isClosed()
throws SQLException
SQLExceptionStatement.isClosed()public boolean isPoolable()
throws SQLException
SQLExceptionStatement.isPoolable()public void setPoolable(boolean poolable)
throws SQLException
SQLExceptionStatement.setPoolable(boolean)public boolean isWrapperFor(Class<?> iface) throws SQLException
SQLExceptionWrapper.isWrapperFor(java.lang.Class)public <T> T unwrap(Class<T> iface) throws SQLException
SQLExceptionWrapper.unwrap(java.lang.Class)Copyright © 2000–2015 PanEris. All rights reserved.