public interface WrappedConnectionFactory
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)
Create a wrapped connection
|
WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, java.lang.String jndiName, boolean doLocking)
mc
- The managed connectionspy
- The spy valuejndiName
- The jndi namedoLocking
- Do lockingCachedPreparedStatement createCachedPreparedStatement(java.sql.PreparedStatement ps) throws java.sql.SQLException
ps
- The prepared statementjava.sql.SQLException
- Thrown if an error occursCachedCallableStatement createCachedCallableStatement(java.sql.CallableStatement cs) throws java.sql.SQLException
cs
- The callable statementjava.sql.SQLException
- Thrown if an error occursCopyright © 2014 IronJacamar (http://www.ironjacamar.org)