Uses of Class
org.jboss.jca.adapters.jdbc.WrappedPreparedStatement

Packages that use WrappedPreparedStatement
org.jboss.jca.adapters.jdbc The JDBC resource adapter with pooling support 
org.jboss.jca.adapters.jdbc.jdk6 This package contains the JDBC 4.0 extension 
 

Uses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc
 

Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc
 class WrappedCallableStatement
          WrappedCallableStatement
 

Methods in org.jboss.jca.adapters.jdbc that return WrappedPreparedStatement
protected abstract  WrappedPreparedStatement WrappedConnection.wrapPreparedStatement(PreparedStatement statement)
          Wrap a prepared statement
 

Uses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk6
 

Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk6
 class WrappedCallableStatementJDK6
          WrappedCallableStatementJDK6.
 class WrappedPreparedStatementJDK6
          WrappedPreparedStatementJDK6.
 

Methods in org.jboss.jca.adapters.jdbc.jdk6 that return WrappedPreparedStatement
protected  WrappedPreparedStatement WrappedConnectionJDK6.wrapPreparedStatement(PreparedStatement statement)
          Wrap prepared statement
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)