public interface WrappedConnectionFactory
Modifier and Type | Method and Description |
---|---|
CachedCallableStatement |
createCachedCallableStatement(CallableStatement cs)
Create a cached callable statement
|
CachedPreparedStatement |
createCachedPreparedStatement(PreparedStatement ps)
Create a cached prepared statement
|
WrappedConnection |
createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Create a wrapped connection
|
WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking, ClassLoaderPlugin clp)
mc
- The managed connectionspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingCachedPreparedStatement createCachedPreparedStatement(PreparedStatement ps) throws SQLException
ps
- The prepared statementSQLException
- Thrown if an error occursCachedCallableStatement createCachedCallableStatement(CallableStatement cs) throws SQLException
cs
- The callable statementSQLException
- Thrown if an error occursCopyright © 2021 JBoss by Red Hat. All rights reserved.