public class WrappedPreparedStatementJDK6 extends WrappedPreparedStatement
defaultFetchSize, jndiName, spy, spyLogger
Constructor and Description |
---|
WrappedPreparedStatementJDK6(WrappedConnectionJDK6 lc,
java.sql.PreparedStatement 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 the result set
|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, getUnderlyingStatement, getWrappedObject, isClosed, isPoolable, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setPoolable, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
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, getUpdateCount, getWarnings, internalClose, lock, registerResultSet, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, unlock, unregisterResultSet
isWrapperFor, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isCloseOnCompletion, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
public WrappedPreparedStatementJDK6(WrappedConnectionJDK6 lc, java.sql.PreparedStatement s, boolean spy, java.lang.String jndiName)
lc
- The connections
- The prepared 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 result setspy
- The spy valuejndiName
- The jndi nameCopyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)