|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
RecordFilter
objects (predicates) that represent a subset of records to return from a data source.
See:
Description
| Class Summary | |
| ClassConstraint | A RecordFilter type that accepts any record as long as it is of a given class. |
| CompoundPredicate | A Predicate that represents the AND, OR or XOR condition on two other predicates. |
| Predicate | Abstract base class for database query predicates. |
| Predicates | Holder for factory methods for predicate objects. |
| SimplePredicate | A Predicate that represents a simple comparison filter. |
| SQLQueryUtil | a holder for various utility routines for parsing and building SQL queries. |
| TypeFilter | A simple RecordFilter implementation that simply makes sure that a record is of a given type. |
This package contains concrete RecordFilter
objects (predicates) that represent a subset of records to return from a data source.
The Predicates class contains
some factory methods for getting at commonly used predicates.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||