com.sun.jaw.reference.query
Class QueryExp

java.lang.Object
  |
  +--com.sun.jaw.reference.query.QueryEval
        |
        +--com.sun.jaw.reference.query.QueryExp
Direct Known Subclasses:
AndQueryExp, BetweenQueryExp, BinaryRelQueryExp, InQueryExp, MatchQueryExp, NotQueryExp, OrQueryExp

public abstract class QueryExp
extends QueryEval

For internal use only.

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.

See Also:
Query, Serialized Form

Constructor Summary
QueryExp()
           
 
Method Summary
 boolean apply(java.lang.Object mo)
           
 
Methods inherited from class com.sun.jaw.reference.query.QueryEval
setFramework
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExp

public QueryExp()
Method Detail

apply

public boolean apply(java.lang.Object mo)
              throws BadStringOperationException,
                     BadBinaryOpExpressionException,
                     BadAttributeValueException,
                     InvalidApplicationException