|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.reference.query.QueryEval | +--com.sun.jaw.reference.query.QueryExp
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.
Query
, Serialized FormConstructor 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 |
public QueryExp()
Method Detail |
public boolean apply(java.lang.Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |