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 
org.jboss.jca.adapters.jdbc.jdk7 This package contains the JDBC 4.1 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, boolean spy, String jndiName)
          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, boolean spy, String jndiName)
          Wrap prepared statement
 

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

Subclasses of WrappedPreparedStatement in org.jboss.jca.adapters.jdbc.jdk7
 class WrappedCallableStatementJDK7
          WrappedCallableStatementJDK7.
 class WrappedPreparedStatementJDK7
          WrappedPreparedStatementJDK7.
 

Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedPreparedStatement
protected  WrappedPreparedStatement WrappedConnectionJDK7.wrapPreparedStatement(PreparedStatement statement, boolean spy, String jndiName)
          Wrap prepared statement
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)