public class WrappedConnectionJDK8 extends WrappedConnection
doLocking, jndiName, spy, spyLogger
bundle
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
Constructor and Description |
---|
WrappedConnectionJDK8(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
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, isWrapperFor, 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, unwrap
public WrappedConnectionJDK8(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp)
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 WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingprotected WrappedPreparedStatement wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName, boolean doLocking)
wrapPreparedStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingprotected WrappedCallableStatement wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName, boolean doLocking)
wrapCallableStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingCopyright © 2021 JBoss by Red Hat. All rights reserved.