
public class WrappedStatementJDK7 extends WrappedStatement
defaultFetchSize, jndiName, spy, spyLoggerbundleCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
WrappedStatementJDK7(WrappedConnectionJDK7 lc,
Statement s,
boolean spy,
String jndiName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeOnCompletion() |
boolean |
isCloseOnCompletion() |
protected WrappedResultSet |
wrapResultSet(ResultSet resultSet,
boolean spy,
String jndiName)
Wrap ResultSet
|
addBatch, cancel, checkConfiguredQueryTimeout, checkException, checkTransaction, checkTransactionActive, clearBatch, clearWarnings, close, closeResultSets, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUnderlyingStatement, getUpdateCount, getWarnings, getWrappedObject, internalClose, isClosed, isPoolable, lock, registerResultSet, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unlock, unregisterResultSetisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic WrappedStatementJDK7(WrappedConnectionJDK7 lc, Statement s, boolean spy, String jndiName)
lc - The connections - The statementspy - The spy valuejndiName - The jndi nameprotected WrappedResultSet wrapResultSet(ResultSet resultSet, boolean spy, String jndiName)
wrapResultSet in class WrappedStatementresultSet - The ResultSetspy - The spy valuejndiName - The jndi namepublic void closeOnCompletion()
throws SQLException
SQLExceptionpublic boolean isCloseOnCompletion()
throws SQLException
SQLExceptionCopyright © 2014 IronJacamar (http://www.ironjacamar.org)