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

Packages that use WrappedStatement
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 WrappedStatement in org.jboss.jca.adapters.jdbc
 

Subclasses of WrappedStatement in org.jboss.jca.adapters.jdbc
 class WrappedCallableStatement
          WrappedCallableStatement
 class WrappedPreparedStatement
          A wrapper for a prepared statement.
 

Methods in org.jboss.jca.adapters.jdbc that return WrappedStatement
protected abstract  WrappedStatement WrappedConnection.wrapStatement(Statement statement)
          Wrap statement
 

Constructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedStatement
WrappedResultSet(WrappedStatement statement, ResultSet resultSet)
          Create a new wrapped result set
 

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

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

Methods in org.jboss.jca.adapters.jdbc.jdk6 that return WrappedStatement
protected  WrappedStatement WrappedConnectionJDK6.wrapStatement(Statement statement)
          Wrap statement
 

Constructors in org.jboss.jca.adapters.jdbc.jdk6 with parameters of type WrappedStatement
WrappedResultSetJDK6(WrappedStatement statement, ResultSet resultSet)
          Constructor
 



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