Package io.github.torand.fastersql.predicate.comparison


package io.github.torand.fastersql.predicate.comparison
Provides classes and interfaces representing comparison predicates.
  • Classes
    Class
    Description
    Provides factory methods for comparison predicates.
    Implements the equivalence predicate.
    Implements the greater than or equal predicate.
    Implements the greater than predicate.
    Implements the less than or equal predicate.
    Implements the less than predicate.