public class WrappedStatementJDK7 extends WrappedStatement
defaultFetchSize, doLocking, jndiName, spy, spyLogger, spyLoggingCategory
bundle
Constructor and Description |
---|
WrappedStatementJDK7(WrappedConnectionJDK7 lc,
java.sql.Statement s,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected WrappedResultSet |
wrapResultSet(java.sql.ResultSet resultSet,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Wrap ResultSet
|
addBatch, cancel, checkConfiguredQueryTimeout, checkException, checkState, checkTransaction, checkTransactionActive, clearBatch, clearWarnings, close, closeOnCompletion, 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, isCloseOnCompletion, 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, boolean doLocking)
lc
- The connections
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingprotected WrappedResultSet wrapResultSet(java.sql.ResultSet resultSet, boolean spy, java.lang.String jndiName, boolean doLocking)
wrapResultSet
in class WrappedStatement
resultSet
- The ResultSetspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingCopyright © 2014 IronJacamar (http://www.ironjacamar.org)