
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)
Create a wrapped connection
|
WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, String jndiName, boolean doLocking)
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 © 2014 IronJacamar (http://www.ironjacamar.org)