
public class WrappedConnectionFactoryJDK7 extends java.lang.Object implements WrappedConnectionFactory
| Constructor and Description |
|---|
WrappedConnectionFactoryJDK7()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CachedCallableStatement |
createCachedCallableStatement(java.sql.CallableStatement cs)
Create a cached callable statement
|
CachedPreparedStatement |
createCachedPreparedStatement(java.sql.PreparedStatement ps)
Create a cached prepared statement
|
WrappedConnection |
createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName,
boolean doLocking,
ClassLoaderPlugin clp)
Wrap connection
|
public WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, java.lang.String jndiName, boolean doLocking, ClassLoaderPlugin clp)
createWrappedConnection in interface WrappedConnectionFactorymc - The managed connectionspy - The spy valuejndiName - The jndi namedoLocking - Do lockingpublic CachedPreparedStatement createCachedPreparedStatement(java.sql.PreparedStatement ps) throws java.sql.SQLException
createCachedPreparedStatement in interface WrappedConnectionFactoryps - The prepared statementjava.sql.SQLException - Thrown if an error occurspublic CachedCallableStatement createCachedCallableStatement(java.sql.CallableStatement cs) throws java.sql.SQLException
createCachedCallableStatement in interface WrappedConnectionFactorycs - The callable statementjava.sql.SQLException - Thrown if an error occursCopyright © 2014 IronJacamar (http://www.ironjacamar.org)