Uses of Class
org.odmg.QueryInvalidException

Packages that use QueryInvalidException
org.apache.ojb.odmg.collections   
org.apache.ojb.odmg.oql   
org.odmg   
 

Uses of QueryInvalidException in org.apache.ojb.odmg.collections
 

Methods in org.apache.ojb.odmg.collections that throw QueryInvalidException
 boolean DSetImpl.existsElement(String predicate)
          Determines whether there is an element of the collection that evaluates to true for the predicate.
 boolean DListImpl.existsElement(String predicate)
          Determines whether there is an element of the collection that evaluates to true for the predicate.
 DCollection DSetImpl.query(String predicate)
          Evaluate the boolean query predicate for each element of the collection and return a new collection that contains each element that evaluated to true.
 DCollection DListImpl.query(String predicate)
          Evaluate the boolean query predicate for each element of the collection and return a new collection that contains each element that evaluated to true.
 Iterator DSetImpl.select(String predicate)
          Access all of the elements of the collection that evaluate to true for the provided query predicate.
 Iterator DListImpl.select(String predicate)
          Access all of the elements of the collection that evaluate to true for the provided query predicate.
 Object DSetImpl.selectElement(String predicate)
          Selects the single element of the collection for which the provided OQL query predicate is true.
 Object DListImpl.selectElement(String predicate)
          Selects the single element of the collection for which the provided OQL query predicate is true.
 

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

Methods in org.apache.ojb.odmg.oql that throw QueryInvalidException
 void OQLQueryImpl.create(String queryString)
          Create an OQL query from the string parameter.
 void OQLQueryImpl.create(String queryString, int startAtIndex, int endAtIndex)
           
 void EnhancedOQLQuery.create(String queryString, int startAtIndex, int endAtIndex)
          An extension of the OQLQuery.create(String) method, which additionally allow to specify an start- and end-Index for the query.
 

Uses of QueryInvalidException in org.odmg
 

Methods in org.odmg that throw QueryInvalidException
 void OQLQuery.create(String query)
          Create an OQL query from the string parameter.
 boolean DCollection.existsElement(String predicate)
          Determines whether there is an element of the collection that evaluates to true for the predicate.
 DCollection DCollection.query(String predicate)
          Evaluate the boolean query predicate for each element of the collection and return a new collection that contains each element that evaluated to true.
 Iterator DCollection.select(String predicate)
          Access all of the elements of the collection that evaluate to true for the provided query predicate.
 Object DCollection.selectElement(String predicate)
          Selects the single element of the collection for which the provided OQL query predicate is true.
 



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