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)
Create a wrapped connection
|
WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc, boolean spy, java.lang.String jndiName)
mc
- The managed connectionspy
- The spy valuejndiName
- The jndi nameCachedPreparedStatement 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 © 2013 IronJacamar (http://www.ironjacamar.org)