All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.OrQueryExp

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

public class OrQueryExp
extends QueryExp
For internal use only.

This class is for internal use only.

This class is used by the query-building mechanism to represent disjunctions of relational expressions.


Constructor Index

 o OrQueryExp()
 o OrQueryExp(QueryExp, QueryExp)

Method Index

 o apply(Object)
 o getClassVersion()
 o getLeftExp()
 o getRightExp()
 o toString()
Returns a string representation of the object.

Constructors

 o OrQueryExp
 public OrQueryExp(QueryExp q1,
                   QueryExp q2)
 o OrQueryExp
 public OrQueryExp()

Methods

 o getClassVersion
 public String getClassVersion()
 o getLeftExp
 public QueryExp getLeftExp()
 o getRightExp
 public QueryExp getRightExp()
 o apply
 public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
Overrides:
apply in class QueryExp
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index