Uses of Class
org.apache.openjpa.lib.jdbc.DelegatingStatement

Packages that use DelegatingStatement
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.lib.jdbc Database Connectivity 
 

Uses of DelegatingStatement in org.apache.openjpa.jdbc.kernel
 

Subclasses of DelegatingStatement in org.apache.openjpa.jdbc.kernel
protected  class JDBCStoreManager.CancelStatement
          Statement type that adds and removes itself from the set of active statements so that it can be canceled.
 

Uses of DelegatingStatement in org.apache.openjpa.lib.jdbc
 

Subclasses of DelegatingStatement in org.apache.openjpa.lib.jdbc
protected  class JDBCEventConnectionDecorator.EventStatement
          Fires events as appropriate.
protected  class LoggingConnectionDecorator.LoggingConnection.LoggingStatement
          Statement wrapper that logs SQL to the parent data source and remembers the last piece of SQL to be executed on it.
 

Fields in org.apache.openjpa.lib.jdbc with type parameters of type DelegatingStatement
(package private) static Constructor<DelegatingStatement> DelegatingStatement.concreteImpl
           
 

Methods in org.apache.openjpa.lib.jdbc that return DelegatingStatement
static DelegatingStatement DelegatingStatement.newInstance(Statement stmnt, Connection conn)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.