Uses of Interface
org.jboss.jca.adapters.jdbc.StatementAccess
-
Packages that use StatementAccess 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 StatementAccess in org.jboss.jca.adapters.jdbc
Classes in org.jboss.jca.adapters.jdbc that implement StatementAccess Modifier and Type Class Description classWrappedCallableStatementWrappedCallableStatementclassWrappedPreparedStatementA wrapper for a prepared statement.classWrappedStatementA wrapper for a statement. -
Uses of StatementAccess in org.jboss.jca.adapters.jdbc.jdk7
Classes in org.jboss.jca.adapters.jdbc.jdk7 that implement StatementAccess Modifier and Type Class Description classWrappedCallableStatementJDK7WrappedCallableStatementJDK7.classWrappedPreparedStatementJDK7WrappedPreparedStatementJDK7.classWrappedStatementJDK7WrappedStatementJDK7. -
Uses of StatementAccess in org.jboss.jca.adapters.jdbc.jdk8
Classes in org.jboss.jca.adapters.jdbc.jdk8 that implement StatementAccess Modifier and Type Class Description classWrappedCallableStatementJDK8WrappedCallableStatementJDK8.classWrappedPreparedStatementJDK8WrappedPreparedStatementJDK8.classWrappedStatementJDK8WrappedStatementJDK8.
-