All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.QueryExp
This interface represents relational constraints that can be used
in "where clauses" of database queries. Instances of QueryExp
are returned by the static methods of the Query class.
public QueryExp()
public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
All Packages Class Hierarchy This Package Previous Next Index