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

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

Methods in org.jboss.jca.adapters.jdbc that return WrappedConnection
 WrappedConnection WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc)
          Create a wrapped connection
 

Constructors in org.jboss.jca.adapters.jdbc with parameters of type WrappedConnection
WrappedCallableStatement(WrappedConnection lc, CallableStatement cs)
          Constructor
WrappedPreparedStatement(WrappedConnection lc, PreparedStatement ps)
          Constructor
WrappedStatement(WrappedConnection lc, Statement s)
          Constructor
 

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

Subclasses of WrappedConnection in org.jboss.jca.adapters.jdbc.jdk6
 class WrappedConnectionJDK6
          WrappedConnectionJDK6.
 

Methods in org.jboss.jca.adapters.jdbc.jdk6 that return WrappedConnection
 WrappedConnection WrappedConnectionFactoryJDK6.createWrappedConnection(BaseWrapperManagedConnection mc)
          Wrap connection
 



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