Create a conjunction of the given boolean expressions.
Create a conjunction of the given restriction predicates.
Create a conjunction of the given restriction predicates.
Create a predicate for testing whether the first argument is
between the second and third arguments in value.
Create a predicate for testing whether the first argument is
between the second and third arguments in value.
Create a conjunction (with zero conjuncts).
Create a disjunction (with zero disjuncts).
Create a predicate for testing the arguments for equality.
Create a predicate for testing the arguments for equality.
Create a predicate to test whether the expression is equal to
the argument.
Create a predicate to test whether the expression is equal to
the argument.
Create a predicate testing the existence of a subquery result.
Create a predicate for testing whether the first argument is
greater than or equal to the second.
Create a predicate for testing whether the first argument is
greater than or equal to the second.
Return the predicate that corresponds to the restriction(s)
over the grouping items, or null if no restrictions have
been specified.
Return the predicate that corresponds to the ON
restriction(s) on the join, or null if no ON condition
has been specified.
Return the predicate that corresponds to the where clause
restriction(s), or null if no restrictions have been
specified.
Create a predicate for testing whether the first argument is
greater than the second.
Create a predicate for testing whether the first argument is
greater than the second.
Create a predicate for testing whether the first argument is
greater than or equal to the second.
Create a predicate for testing whether the first argument is
greater than or equal to the second.
Create a predicate for testing whether the first argument is
greater than the second.
Create a predicate for testing whether the first argument is
greater than the second.
Create a predicate to test whether the expression is a member
of the argument list.
Create a predicate to test whether the expression is a member
of the collection.
Create a predicate to test whether the expression is a member
of the argument list.
Create a predicate to test whether the expression is a member
of the collection.
Create a predicate that tests whether a collection is empty.
Create a predicate testing for a false value.
Create a predicate that tests whether an element is
a member of a collection.
Create a predicate that tests whether an element is
a member of a collection.
Create a predicate that tests whether a collection is
not empty.
Create a predicate that tests whether an element is
not a member of a collection.
Create a predicate that tests whether an element is
not a member of a collection.
Create a predicate to test whether the expression is not null.
Create a predicate to test whether the expression is
not null.
Create a predicate to test whether the expression is null.
Create a predicate to test whether the expression is null.
Create a predicate testing for a true value.
Create a predicate for testing whether the first argument is
less than or equal to the second.
Create a predicate for testing whether the first argument is
less than or equal to the second.
Create a predicate for testing whether the first argument is
less than the second.
Create a predicate for testing whether the first argument is
less than the second.
Create a predicate for testing whether the first argument is
less than or equal to the second.
Create a predicate for testing whether the first argument is
less than or equal to the second.
Create a predicate for testing whether the expression
satisfies the given pattern.
Create a predicate for testing whether the expression
satisfies the given pattern.
Create a predicate for testing whether the expression
satisfies the given pattern.
Create a predicate for testing whether the expression
satisfies the given pattern.
Create a predicate for testing whether the expression
satisfies the given pattern.
Create a predicate for testing whether the expression
satisfies the given pattern.
Create a predicate for testing whether the first argument is
less than the second.
Create a predicate for testing whether the first argument is
less than the second.
Create a negation of the given restriction.
Create a negation of the predicate.
Create a predicate for testing the arguments for inequality.
Create a predicate for testing the arguments for inequality.
Create a predicate to test whether the expression is unequal
to the argument.
Create a predicate to test whether the expression is unequal
to the argument.
Create a predicate for testing whether the expression
does not satisfy the given pattern.
Create a predicate for testing whether the expression
does not satisfy the given pattern.
Create a predicate for testing whether the expression
does not satisfy the given pattern.
Create a predicate for testing whether the expression
does not satisfy the given pattern.
Create a predicate for testing whether the expression
does not satisfy the given pattern.
Create a predicate for testing whether the expression
does not satisfy the given pattern.
Create a disjunction of the given boolean expressions.
Create a disjunction of the given restriction predicates.
Create a disjunction of the given restriction predicates.
Create a conjunction of the given restriction predicates.
Specify restrictions over the groups of the query
according the conjunction of the specified restriction
predicates.
Specify restrictions over the groups of the query
according the conjunction of the specified restriction
predicates.
Specify restrictions over the groups of the subquery
according the conjunction of the specified restriction
predicates.
Modify the join to restrict the result according to the
specified ON condition and return the join object.
Modify the join to restrict the result according to the
specified ON condition and return the join object.
Modify the join to restrict the result according to the
specified ON condition and return the join object.
Modify the join to restrict the result according to the
specified ON condition and return the join object.
Modify the join to restrict the result according to the
specified ON condition and return the join object.
Create a disjunction of the given restriction predicates.
Modify the query to restrict the query results according
to the conjunction of the specified restriction predicates.
Modify the DELETE query to restrict the target of the deletion
according to the conjunction of the specified restriction
predicates.
Modify the query to restrict the query result according
to the conjunction of the specified restriction predicates.
Modify the update query to restrict the target of the
update according to the conjunction of the specified
restriction predicates.
Modify the subquery to restrict the result according
to the conjunction of the specified restriction predicates.