Uses of Class
org.jboss.jca.adapters.jdbc.CachedCallableStatement
-
Packages that use CachedCallableStatement Package Description org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling supportorg.jboss.jca.adapters.jdbc.jdk7 This package contains the JDBC 4.1 extensionorg.jboss.jca.adapters.jdbc.jdk8 This package contains the JDBC 4.2 extension -
-
Uses of CachedCallableStatement in org.jboss.jca.adapters.jdbc
Methods in org.jboss.jca.adapters.jdbc that return CachedCallableStatement Modifier and Type Method Description CachedCallableStatementWrappedConnectionFactory. 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 Modifier and Type Class Description classCachedCallableStatementJDK7CachedCallableStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return CachedCallableStatement Modifier and Type Method Description CachedCallableStatementWrappedConnectionFactoryJDK7. createCachedCallableStatement(CallableStatement cs)Create a cached callable statement -
Uses of CachedCallableStatement in org.jboss.jca.adapters.jdbc.jdk8
Subclasses of CachedCallableStatement in org.jboss.jca.adapters.jdbc.jdk8 Modifier and Type Class Description classCachedCallableStatementJDK8CachedCallableStatementJDK8Methods in org.jboss.jca.adapters.jdbc.jdk8 that return CachedCallableStatement Modifier and Type Method Description CachedCallableStatementWrappedConnectionFactoryJDK8. createCachedCallableStatement(CallableStatement cs)Create a cached callable statement
-