Uses of Class
org.jboss.jca.adapters.jdbc.WrappedCallableStatement
Packages that use WrappedCallableStatement
Package
Description
The JDBC resource adapter with pooling support
This package contains the JDBC 4.1 extension
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 WrappedCallableStatementModifier and TypeMethodDescriptionprotected 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.jdk7Modifier and TypeClassDescriptionclassWrappedCallableStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedCallableStatementModifier and TypeMethodDescriptionprotected 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.jdk8Modifier and TypeClassDescriptionclassWrappedCallableStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedCallableStatementModifier and TypeMethodDescriptionprotected WrappedCallableStatementWrappedConnectionJDK8.wrapCallableStatement(CallableStatement statement, boolean spy, String jndiName, boolean doLocking) Wrap callable statement