All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.QueryExp

java.lang.Object
   |
   +----com.sun.jaw.reference.query.QueryEval
           |
           +----com.sun.jaw.reference.query.QueryExp

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

Constructor Index

 o QueryExp()

Method Index

 o apply(Object)

Constructors

 o QueryExp
 public QueryExp()

Methods

 o apply
 public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException

All Packages  Class Hierarchy  This Package  Previous  Next  Index