|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionFactoryJDK6
public class WrappedConnectionFactoryJDK6

WrappedConnectionFactoryJDK6
| Constructor Summary | |
|---|---|
WrappedConnectionFactoryJDK6()
Constructor |
|
| 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)
Wrap connection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrappedConnectionFactoryJDK6()
| Method Detail |
|---|
public WrappedConnection createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName)
createWrappedConnection in interface WrappedConnectionFactorymc - The managed connectionspy - The spy valuejndiName - The jndi name
public CachedPreparedStatement createCachedPreparedStatement(PreparedStatement ps)
throws SQLException
createCachedPreparedStatement in interface WrappedConnectionFactoryps - The prepared statement
SQLException - Thrown if an error occurs
public CachedCallableStatement createCachedCallableStatement(CallableStatement cs)
throws SQLException
createCachedCallableStatement in interface WrappedConnectionFactorycs - 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 | |||||||||