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

Packages that use CachedCallableStatement
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 CachedCallableStatement in org.jboss.jca.adapters.jdbc
 

Methods in org.jboss.jca.adapters.jdbc that return CachedCallableStatement
 CachedCallableStatement WrappedConnectionFactory.createCachedCallableStatement(CallableStatement cs)
          Create a cached callable statement
 

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

Subclasses of CachedCallableStatement in org.jboss.jca.adapters.jdbc.jdk6
 class CachedCallableStatementJDK6
          CachedCallableStatementJDK6.
 

Methods in org.jboss.jca.adapters.jdbc.jdk6 that return CachedCallableStatement
 CachedCallableStatement WrappedConnectionFactoryJDK6.createCachedCallableStatement(CallableStatement cs)
          Create a cached callable statement
 

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

Subclasses of CachedCallableStatement in org.jboss.jca.adapters.jdbc.jdk7
 class CachedCallableStatementJDK7
          CachedCallableStatementJDK7.
 

Methods in org.jboss.jca.adapters.jdbc.jdk7 that return CachedCallableStatement
 CachedCallableStatement WrappedConnectionFactoryJDK7.createCachedCallableStatement(CallableStatement cs)
          Create a cached callable statement
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)