Uses of Class
org.jboss.jca.adapters.jdbc.WrappedCallableStatement

Packages that use WrappedCallableStatement
org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling support 
org.jboss.jca.adapters.jdbc.jdk6 This package contains the JDBC 4.0 extension 
org.jboss.jca.adapters.jdbc.jdk7 This package contains the JDBC 4.1 extension 
 

Uses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc
 

Methods in org.jboss.jca.adapters.jdbc that return WrappedCallableStatement
protected abstract  WrappedCallableStatement WrappedConnection.wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName)
          Wrap a callable statement
 

Uses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk6
 

Subclasses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk6
 class WrappedCallableStatementJDK6
          WrappedCallableStatementJDK6.
 

Methods in org.jboss.jca.adapters.jdbc.jdk6 that return WrappedCallableStatement
protected  WrappedCallableStatement WrappedConnectionJDK6.wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName)
          Wrap callable statement
 

Uses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk7
 

Subclasses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk7
 class WrappedCallableStatementJDK7
          WrappedCallableStatementJDK7.
 

Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedCallableStatement
protected  WrappedCallableStatement WrappedConnectionJDK7.wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName)
          Wrap callable statement
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)