|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.revusky.oreo.predicates.Predicate
Abstract base class for database query predicates.
Field Summary | |
protected Predicate |
complement
|
Constructor Summary | |
Predicate()
|
Method Summary | |
abstract Predicate |
getComplement()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.revusky.oreo.RecordFilter |
accept, recType, sqlEquivalent |
Field Detail |
protected Predicate complement
Constructor Detail |
public Predicate()
Method Detail |
public abstract Predicate getComplement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |