|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WrappedConnectionFactory

WrappedConnectionFactory.
| Method Summary | |
|---|---|
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)
Create a wrapped connection |
| Method Detail |
|---|
WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName)
mc - The managed connectionspy - The spy valuejndiName - The jndi name
CachedPreparedStatement createCachedPreparedStatement(PreparedStatement ps)
throws SQLException
ps - The prepared statement
SQLException - Thrown if an error occurs
CachedCallableStatement createCachedCallableStatement(CallableStatement cs)
throws SQLException
cs - The callable statement
SQLException - Thrown if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||