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

Constructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedStatement
WrappedResultSet(WrappedStatement statement, ResultSet resultSet, boolean spy, String jndiName)
          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, boolean spy, String jndiName)
          Wrap statement
 

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

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

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

Methods in org.jboss.jca.adapters.jdbc.jdk7 that return WrappedStatement
protected  WrappedStatement WrappedConnectionJDK7.wrapStatement(Statement statement, boolean spy, String jndiName)
          Wrap statement
 

Constructors in org.jboss.jca.adapters.jdbc.jdk7 with parameters of type WrappedStatement
WrappedResultSetJDK7(WrappedStatement statement, ResultSet resultSet, boolean spy, String jndiName)
          Constructor
 



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