Uses of Class
org.jboss.jca.adapters.jdbc.WrappedStatement
-
Packages that use WrappedStatement 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 WrappedStatement in org.jboss.jca.adapters.jdbc
Subclasses of WrappedStatement in org.jboss.jca.adapters.jdbc Modifier and Type Class Description classWrappedCallableStatementWrappedCallableStatementclassWrappedPreparedStatementA wrapper for a prepared statement.Methods in org.jboss.jca.adapters.jdbc that return WrappedStatement Modifier and Type Method Description protected abstract WrappedStatementWrappedConnection. wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking)Wrap statementConstructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedStatement Constructor Description WrappedResultSet(WrappedStatement statement, ResultSet resultSet, boolean spy, String jndiName, boolean doLocking)Create a new wrapped result set -
Uses of WrappedStatement in org.jboss.jca.adapters.jdbc.jdk7
Subclasses of WrappedStatement in org.jboss.jca.adapters.jdbc.jdk7 Modifier and Type Class Description classWrappedCallableStatementJDK7WrappedCallableStatementJDK7.classWrappedPreparedStatementJDK7WrappedPreparedStatementJDK7.classWrappedStatementJDK7WrappedStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedStatement Modifier and Type Method Description protected WrappedStatementWrappedConnectionJDK7. wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking)Wrap statementConstructors in org.jboss.jca.adapters.jdbc.jdk7 with parameters of type WrappedStatement Constructor Description WrappedResultSetJDK7(WrappedStatement statement, ResultSet resultSet, boolean spy, String jndiName, boolean doLocking)Constructor -
Uses of WrappedStatement in org.jboss.jca.adapters.jdbc.jdk8
Subclasses of WrappedStatement in org.jboss.jca.adapters.jdbc.jdk8 Modifier and Type Class Description classWrappedCallableStatementJDK8WrappedCallableStatementJDK8.classWrappedPreparedStatementJDK8WrappedPreparedStatementJDK8.classWrappedStatementJDK8WrappedStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedStatement Modifier and Type Method Description protected WrappedStatementWrappedConnectionJDK8. wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking)Wrap statementConstructors in org.jboss.jca.adapters.jdbc.jdk8 with parameters of type WrappedStatement Constructor Description WrappedResultSetJDK8(WrappedStatement statement, ResultSet resultSet, boolean spy, String jndiName, boolean doLocking)Constructor
-