Uses of Interface
org.odmg.OQLQuery

Packages that use OQLQuery
org.apache.ojb.odmg.oql   
org.apache.ojb.otm   
org.apache.ojb.otm.core   
 

Uses of OQLQuery in org.apache.ojb.odmg.oql
 

Subinterfaces of OQLQuery in org.apache.ojb.odmg.oql
 interface EnhancedOQLQuery
          Offers useful none odmg-standard methods of the odmg OQLQuery interface.
 

Classes in org.apache.ojb.odmg.oql that implement OQLQuery
 class OQLQueryImpl
          The OQL query interface implementation.
 

Uses of OQLQuery in org.apache.ojb.otm
 

Methods in org.apache.ojb.otm with parameters of type OQLQuery
 Iterator OTMConnection.getIteratorByOQLQuery(OQLQuery query)
           
 Iterator OTMConnection.getIteratorByOQLQuery(OQLQuery query, int lock)
           
 

Uses of OQLQuery in org.apache.ojb.otm.core
 

Methods in org.apache.ojb.otm.core with parameters of type OQLQuery
 Iterator BaseConnection.getIteratorByOQLQuery(OQLQuery query)
           
 Iterator BaseConnection.getIteratorByOQLQuery(OQLQuery query, int lock)
           
 



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.