
public class WrappedConnectionJDK8 extends WrappedConnection
doLocking, jndiName, spy, spyLoggerbundle| Constructor and Description |
|---|
WrappedConnectionJDK8(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName,
boolean doLocking)
Create a new WrappedConnectionJDK8.
|
| 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, unlockisWrapperFor, unwrappublic WrappedConnectionJDK8(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 WrappedConnectionstatement - 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 WrappedConnectionstatement - 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 WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi namedoLocking - Do lockingCopyright © 2014 IronJacamar (http://www.ironjacamar.org)