
public class WrappedConnectionJDK8 extends WrappedConnection
doLocking, jndiName, spy, spyLoggerbundleTRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Constructor and Description |
|---|
WrappedConnectionJDK8(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking)
Create a new WrappedConnectionJDK8.
|
| Modifier and Type | Method and Description |
|---|---|
protected WrappedCallableStatement |
wrapCallableStatement(CallableStatement statement,
boolean spy,
String jndiName,
boolean doLocking)
Wrap callable statement
|
protected WrappedPreparedStatement |
wrapPreparedStatement(PreparedStatement statement,
boolean spy,
String jndiName,
boolean doLocking)
Wrap prepared statement
|
protected WrappedStatement |
wrapStatement(Statement statement,
boolean spy,
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, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic WrappedConnectionJDK8(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking)
mc - the managed connectionspy - The spy valuejndiName - The jndi namedoLocking - Do lockingprotected WrappedStatement wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking)
wrapStatement in class WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi namedoLocking - Do lockingprotected WrappedPreparedStatement wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName, boolean doLocking)
wrapPreparedStatement in class WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi namedoLocking - Do lockingprotected WrappedCallableStatement wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName, boolean doLocking)
wrapCallableStatement in class WrappedConnectionstatement - The statementspy - The spy valuejndiName - The jndi namedoLocking - Do lockingCopyright © 2014 IronJacamar (http://www.ironjacamar.org)