Uses of Class
org.jboss.jca.adapters.jdbc.WrappedStatement
Packages that use WrappedStatement
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 WrappedStatement in org.jboss.jca.adapters.jdbc
Subclasses of WrappedStatement in org.jboss.jca.adapters.jdbcModifier and TypeClassDescriptionclassWrappedCallableStatementclassA wrapper for a prepared statement.Methods in org.jboss.jca.adapters.jdbc that return WrappedStatementModifier and TypeMethodDescriptionprotected abstract WrappedStatementWrappedConnection.wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking) Wrap statementConstructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedStatementModifierConstructorDescriptionWrappedResultSet(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.jdk7Modifier and TypeClassDescriptionclassWrappedCallableStatementJDK7.classWrappedPreparedStatementJDK7.classWrappedStatementJDK7.Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedStatementModifier and TypeMethodDescriptionprotected WrappedStatementWrappedConnectionJDK7.wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking) Wrap statementConstructors in org.jboss.jca.adapters.jdbc.jdk7 with parameters of type WrappedStatementModifierConstructorDescriptionWrappedResultSetJDK7(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.jdk8Modifier and TypeClassDescriptionclassWrappedCallableStatementJDK8.classWrappedPreparedStatementJDK8.classWrappedStatementJDK8.Methods in org.jboss.jca.adapters.jdbc.jdk8 that return WrappedStatementModifier and TypeMethodDescriptionprotected WrappedStatementWrappedConnectionJDK8.wrapStatement(Statement statement, boolean spy, String jndiName, boolean doLocking) Wrap statementConstructors in org.jboss.jca.adapters.jdbc.jdk8 with parameters of type WrappedStatementModifierConstructorDescriptionWrappedResultSetJDK8(WrappedStatement statement, ResultSet resultSet, boolean spy, String jndiName, boolean doLocking) Constructor