Uses of Package
io.github.torand.fastersql.predicate
Packages that use io.github.torand.fastersql.predicate
Package
Description
Provides classes and interfaces related to column and table aliases.
Provides classes and interfaces related to aggregate, single row and system functions.
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces related to single row functions.
Provides classes representing the database model.
Provides classes and interfaces related to predicates.
Provides classes and interfaces representing comparison predicates.
Provides classes and interfaces representing predicates made up by multiple sub-predicates.
Provides classes and interfaces related to statements.
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.alias
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.function
-
-
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.model
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.predicateClassDescriptionImplements 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.
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.predicate.comparisonClassDescriptionDefines the left operand of an expression.Defines a restriction on the rows fetched by a SELECT or affected by an UPDATE or DELETE.
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.predicate.compoundClassDescriptionDefines a restriction on the rows fetched by a SELECT or affected by an UPDATE or DELETE.
-
Classes in io.github.torand.fastersql.predicate used by io.github.torand.fastersql.statementClassDescriptionImplements an optional predicate.Defines a restriction on the rows fetched by a SELECT or affected by an UPDATE or DELETE.