Uses of Class
org.jboss.jca.adapters.jdbc.WrappedPreparedStatement
Packages that use WrappedPreparedStatement
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 WrappedPreparedStatement in org.jboss.jca.adapters.jdbc
Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbcMethods in org.jboss.jca.adapters.jdbc that return WrappedPreparedStatementModifier and TypeMethodDescriptionprotected abstract WrappedPreparedStatementWrappedConnection.wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName, boolean doLocking) Wrap a prepared statement -
Uses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk7
Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk7Modifier and TypeClassDescriptionclassWrappedCallableStatementJDK7.classWrappedPreparedStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedPreparedStatementModifier and TypeMethodDescriptionprotected WrappedPreparedStatementWrappedConnectionJDK7.wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName, boolean doLocking) Wrap prepared statement -
Uses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk8
Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk8Modifier and TypeClassDescriptionclassWrappedCallableStatementJDK8.classWrappedPreparedStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedPreparedStatementModifier and TypeMethodDescriptionprotected WrappedPreparedStatementWrappedConnectionJDK8.wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName, boolean doLocking) Wrap prepared statement