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

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

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

Subclasses of DelegatingCallableStatement in org.apache.openjpa.lib.jdbc
protected  class LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
          CallableStatement decorated with logging.
 

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

Methods in org.apache.openjpa.lib.jdbc that return DelegatingCallableStatement
static DelegatingCallableStatement DelegatingCallableStatement.newInstance(CallableStatement stmnt, Connection conn)
          Constructor for the concrete implementation of this abstract class.
 



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