Interface Predicate

All Known Subinterfaces:
Predicate.JoinPredicate
All Known Implementing Classes:
Predicate.AndPredicate, Predicate.BetweenPredicate, Predicate.EqualsPredicate, Predicate.FalsePredicate, Predicate.GreaterThanOrEqualPredicate, Predicate.GreaterThanPredicate, Predicate.ILikePredicate, Predicate.InPredicate, Predicate.JoinColumnEqualsPredicate, Predicate.LessThanOrEqualPredicate, Predicate.LessThanPredicate, Predicate.LikePredicate, Predicate.NotEqualsPredicate, Predicate.NotPredicate, Predicate.OrPredicate, Predicate.PartitionPredicate, Predicate.RegexPredicate, Predicate.TruePredicate

  • Method Details

    • matches

      boolean matches(SqlRow row)
      Tests whether the given row matches this predicate.
      Parameters:
      row - the row to test
      Returns:
      true if the row matches, false otherwise