public class WrappedConnectionJDK6 extends WrappedConnection
jndiName, spy, spyLogger| Constructor and Description |
|---|
WrappedConnectionJDK6(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Create a new WrappedConnectionJDK6.
|
| Modifier and Type | Method and Description |
|---|---|
protected WrappedCallableStatement |
wrapCallableStatement(java.sql.CallableStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap callable statement
|
protected WrappedPreparedStatement |
wrapPreparedStatement(java.sql.PreparedStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap prepared statement
|
protected WrappedStatement |
wrapStatement(java.sql.Statement statement,
boolean spy,
java.lang.String jndiName)
Wrap statement
|
checkException, checkStatus, checkTransaction, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getDataSource, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getUnderlyingConnection, getWarnings, getWrappedObject, getXAResource, isClosed, isReadOnly, isValid, isXA, lock, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setDataSource, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, unlockisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic WrappedConnectionJDK6(BaseWrapperManagedConnection mc, boolean spy, java.lang.String jndiName)
mc - the managed connectionspy - The spy valuejndiName - The jndi nameprotected WrappedStatement wrapStatement(java.sql.Statement statement, boolean spy, java.lang.String jndiName)
wrapStatement in class WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi nameprotected WrappedPreparedStatement wrapPreparedStatement(java.sql.PreparedStatement statement, boolean spy, java.lang.String jndiName)
wrapPreparedStatement in class WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi nameprotected WrappedCallableStatement wrapCallableStatement(java.sql.CallableStatement statement, boolean spy, java.lang.String jndiName)
wrapCallableStatement in class WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi nameCopyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)