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

Packages that use DelegatingPreparedStatement
org.apache.openjpa.lib.jdbc Database Connectivity 
 

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

Subclasses of DelegatingPreparedStatement in org.apache.openjpa.lib.jdbc
protected  class JDBCEventConnectionDecorator.EventPreparedStatement
          Fires events as appropriate.
protected  class LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
           
 

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

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



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