Uses of Class
org.odmg.QueryInvalidException
Packages that use QueryInvalidException
-
Uses of QueryInvalidException in org.odmg
Methods in org.odmg that throw QueryInvalidExceptionModifier and TypeMethodDescriptionvoidCreate an OQL query from the string parameter.booleanDCollection.existsElement(String predicate) Determines whether there is an element of the collection that evaluates to true for the predicate,
not yet available in RasDaMan.Evaluate the boolean query predicate for each element of the collection and return a new collection that contains each element that evaluated to true,
not yet available in RasDaMan.Access all of the elements of the collection that evaluate to true for the provided query predicate,
not yet available in RasDaMan.DCollection.selectElement(String predicate) Selects the single element of the collection for which the provided OQL query predicate is true,
not yet available in RasDaMan. -
Uses of QueryInvalidException in rasj
Subclasses of QueryInvalidException in rasjModifier and TypeClassDescriptionclassPURPOSE: This exception extends the ODMGQueryInvalidException by offering direct access to the RasDaMan error number and the line, column and token in the querystring that produced the error. -
Uses of QueryInvalidException in rasj.odmg
Methods in rasj.odmg that throw QueryInvalidException