public class WrappedStatementJDK6 extends WrappedStatement
defaultFetchSize, jndiName, spy, spyLogger
Constructor and Description |
---|
WrappedStatementJDK6(WrappedConnectionJDK6 lc,
java.sql.Statement s,
boolean spy,
java.lang.String jndiName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
public WrappedStatementJDK6(WrappedConnectionJDK6 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 nameCopyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)