org.jboss.jca.adapters.jdbc.jdk7
Class WrappedStatementJDK7
java.lang.Object
org.jboss.jca.adapters.jdbc.JBossWrapper
org.jboss.jca.adapters.jdbc.WrappedStatement
org.jboss.jca.adapters.jdbc.jdk7.WrappedStatementJDK7
- All Implemented Interfaces:
- Serializable, Statement, Wrapper, StatementAccess
public class WrappedStatementJDK7
- extends WrappedStatement
WrappedStatementJDK7.
- Author:
- Jesper Pedersen
- See Also:
- Serialized Form
| Methods inherited from class org.jboss.jca.adapters.jdbc.WrappedStatement |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedStatementJDK7
public WrappedStatementJDK7(WrappedConnectionJDK7 lc,
Statement s,
boolean spy,
String jndiName)
- Constructor
- Parameters:
lc - The connections - The statementspy - The spy valuejndiName - The jndi name
wrapResultSet
protected WrappedResultSet wrapResultSet(ResultSet resultSet,
boolean spy,
String jndiName)
- Wrap ResultSet
- Specified by:
wrapResultSet in class WrappedStatement
- Parameters:
resultSet - The ResultSetspy - The spy valuejndiName - The jndi name
- Returns:
- The result
closeOnCompletion
public void closeOnCompletion()
throws SQLException
-
- Throws:
SQLException
isCloseOnCompletion
public boolean isCloseOnCompletion()
throws SQLException
-
- Throws:
SQLException
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)