public abstract class StatementWrapper40Base extends StatementWrapper30Base
| Constructor and Description |
|---|
StatementWrapper40Base(ConnectionWrapper30Base connection,
java.sql.Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClosed() |
boolean |
isPoolable() |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
void |
setPoolable(boolean poolable) |
<T> T |
unwrap(java.lang.Class<T> iface) |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, finalize, getConnection, getConnectionWrapper, getCreationStackTrace, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUnderlyingStatement, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeoutpublic StatementWrapper40Base(ConnectionWrapper30Base connection, java.sql.Statement statement)
public boolean isClosed()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isPoolable()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setPoolable(boolean poolable)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2015 The Admin4J Project. All Rights Reserved.