Class Predicate

  • Direct Known Subclasses:
    BinaryPredicate, PredicateExpression, UnaryPredicate

    public class Predicate
    extends Object
    represents a WHERE expression predicate. Note that we're trying to support the textual representation of the WHERE clause predicate (to support programmatic construction) - this is not intended to be an evaluation engine.