Uses of Class
org.jboss.jca.adapters.jdbc.WrappedPreparedStatement
-
Packages that use WrappedPreparedStatement 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 WrappedPreparedStatement in org.jboss.jca.adapters.jdbc
Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc Modifier and Type Class Description classWrappedCallableStatementWrappedCallableStatementMethods in org.jboss.jca.adapters.jdbc that return WrappedPreparedStatement Modifier and Type Method Description protected 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.jdk7 Modifier and Type Class Description classWrappedCallableStatementJDK7WrappedCallableStatementJDK7.classWrappedPreparedStatementJDK7WrappedPreparedStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedPreparedStatement Modifier and Type Method Description protected 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.jdk8 Modifier and Type Class Description classWrappedCallableStatementJDK8WrappedCallableStatementJDK8.classWrappedPreparedStatementJDK8WrappedPreparedStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedPreparedStatement Modifier and Type Method Description protected WrappedPreparedStatementWrappedConnectionJDK8. wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName, boolean doLocking)Wrap prepared statement
-