org.jboss.jca.adapters.jdbc.jdk6
Class WrappedStatementJDK6
java.lang.Object
org.jboss.jca.adapters.jdbc.JBossWrapper
org.jboss.jca.adapters.jdbc.WrappedStatement
org.jboss.jca.adapters.jdbc.jdk6.WrappedStatementJDK6
- All Implemented Interfaces:
- Serializable, Statement, Wrapper, StatementAccess
public class WrappedStatementJDK6
- extends WrappedStatement
WrappedStatementJDK6.
- Version:
- $Revision: 85945 $
- Author:
- Adrian Brock
- 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, lock, registerResultSet, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, unlock, unregisterResultSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedStatementJDK6
public WrappedStatementJDK6(WrappedConnectionJDK6 lc,
Statement s)
- Constructor
- Parameters:
lc - The connections - The statement
wrapResultSet
protected WrappedResultSet wrapResultSet(ResultSet resultSet)
- Wrap ResultSet
- Specified by:
wrapResultSet in class WrappedStatement
- Parameters:
resultSet - The ResultSet
- Returns:
- The result
isClosed
public boolean isClosed()
throws SQLException
-
- Throws:
SQLException
isPoolable
public boolean isPoolable()
throws SQLException
-
- Throws:
SQLException
setPoolable
public void setPoolable(boolean poolable)
throws SQLException
-
- Throws:
SQLException
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)