Uses of Interface
org.jboss.resource.adapter.jdbc.StatementAccess

Packages that use StatementAccess
org.jboss.ejb.plugins.cmp.jdbc   
org.jboss.resource.adapter.jdbc   
 

Uses of StatementAccess in org.jboss.ejb.plugins.cmp.jdbc
 

Subinterfaces of StatementAccess in org.jboss.ejb.plugins.cmp.jdbc
 interface WrappedStatement
          A noop backward compatibility interface for that was moved from the server module to the connector module to break the circular dependency between modules.
 

Uses of StatementAccess in org.jboss.resource.adapter.jdbc
 

Classes in org.jboss.resource.adapter.jdbc that implement StatementAccess
 class WrappedCallableStatement
          WrappedCallableStatement
 class WrappedPreparedStatement
          A wrapper for a prepared statement.
 class WrappedStatement
          A wrapper for a statement.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.