Uses of Class
org.jboss.jca.adapters.jdbc.WrappedCallableStatement
-
Packages that use WrappedCallableStatement 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 WrappedCallableStatement in org.jboss.jca.adapters.jdbc
Methods in org.jboss.jca.adapters.jdbc that return WrappedCallableStatement Modifier and Type Method Description protected abstract WrappedCallableStatementWrappedConnection. wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName, boolean doLocking)Wrap a callable statement -
Uses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk7
Subclasses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk7 Modifier and Type Class Description classWrappedCallableStatementJDK7WrappedCallableStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedCallableStatement Modifier and Type Method Description protected WrappedCallableStatementWrappedConnectionJDK7. wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName, boolean doLocking)Wrap callable statement -
Uses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk8
Subclasses of WrappedCallableStatement in org.jboss.jca.adapters.jdbc.jdk8 Modifier and Type Class Description classWrappedCallableStatementJDK8WrappedCallableStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedCallableStatement Modifier and Type Method Description protected WrappedCallableStatementWrappedConnectionJDK8. wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName, boolean doLocking)Wrap callable statement
-