public class WrappedStatementJDK7 extends WrappedStatement
defaultFetchSize, jndiName, spy, spyLogger
Constructor and Description |
---|
WrappedStatementJDK7(WrappedConnectionJDK7 lc,
java.sql.Statement s,
boolean spy,
java.lang.String jndiName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
closeOnCompletion() |
boolean |
isCloseOnCompletion() |
protected WrappedResultSet |
wrapResultSet(java.sql.ResultSet resultSet,
boolean spy,
java.lang.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, unregisterResultSet
isWrapperFor, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WrappedStatementJDK7(WrappedConnectionJDK7 lc, java.sql.Statement s, boolean spy, java.lang.String jndiName)
lc
- The connections
- The statementspy
- The spy valuejndiName
- The jndi nameprotected WrappedResultSet wrapResultSet(java.sql.ResultSet resultSet, boolean spy, java.lang.String jndiName)
wrapResultSet
in class WrappedStatement
resultSet
- The ResultSetspy
- The spy valuejndiName
- The jndi namepublic void closeOnCompletion() throws java.sql.SQLException
java.sql.SQLException
public boolean isCloseOnCompletion() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)