public class WrappedConnectionJDK7 extends WrappedConnection
doLocking, jndiName, spy, spyLogger
bundle
Constructor and Description |
---|
WrappedConnectionJDK7(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Create a new WrappedConnectionJDK7.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedCallableStatement |
wrapCallableStatement(java.sql.CallableStatement statement,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Wrap callable statement
|
protected WrappedPreparedStatement |
wrapPreparedStatement(java.sql.PreparedStatement statement,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Wrap prepared statement
|
protected WrappedStatement |
wrapStatement(java.sql.Statement statement,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Wrap statement
|
abort, checkException, checkStatus, checkTransaction, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getDataSource, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getUnderlyingConnection, getWarnings, getWrappedObject, getXAResource, invalidate, isClosed, isReadOnly, isValid, isXA, lock, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setDataSource, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, unlock
isWrapperFor, unwrap
public WrappedConnectionJDK7(BaseWrapperManagedConnection mc, boolean spy, java.lang.String jndiName, boolean doLocking)
mc
- the managed connectionspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingprotected WrappedStatement wrapStatement(java.sql.Statement statement, boolean spy, java.lang.String jndiName, boolean doLocking)
wrapStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingprotected WrappedPreparedStatement wrapPreparedStatement(java.sql.PreparedStatement statement, boolean spy, java.lang.String jndiName, boolean doLocking)
wrapPreparedStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingprotected WrappedCallableStatement wrapCallableStatement(java.sql.CallableStatement statement, boolean spy, java.lang.String jndiName, boolean doLocking)
wrapCallableStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingCopyright © 2014 IronJacamar (http://www.ironjacamar.org)