Package io.github.torand.fastersql.predicate
package io.github.torand.fastersql.predicate
Provides classes and interfaces related to predicates.
-
ClassDescriptionImplements the 'existence' (at least one row) predicate.Implements the 'member of set' predicate, using a set of scalar values.Implements the 'member of set' predicate, using a set defined by a subquery.Implements the 'is null' predicate.Defines the left operand of an expression.Implements the pattern matching predicate.Implements an optional predicate.Defines a restriction on the rows fetched by a SELECT or affected by an UPDATE or DELETE.Provides factory methods for predicates.