All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.AndQueryExp

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

public class AndQueryExp
extends QueryExp
For internal use only.

This class is used by the query building mechanism to represent conjunctions of relational expressions. For internal use only.


Constructor Index

 o AndQueryExp()
 o AndQueryExp(QueryExp, QueryExp)

Method Index

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

Constructors

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

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
Throws: BadStringOperationException
The string passed to the method is invalid.
Throws: BadBinaryOpExpressionException
The expression passed to the method is invalid.
Throws: BadAttributeValueException
The attribute value passed to the method is invalid.
Throws: InvalidApplicationException
An attempt has been made to apply a subquery expression to a managed object or a qualified attribute expression to a managed object of the wrong class.
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