| Subinterfaces of MultiPredicate in org.sql.generation.api.grammar.booleans |
interface |
BetweenPredicate
The interface for syntax element representing SQL expression BETWEEN x AND y. |
interface |
InPredicate
The interface for syntax element representing the test of something being one of the specified set of values (x
IN (y, z, ...)). |
interface |
NotBetweenPredicate
The interface for syntax element representing SQL expression NOT BETWEEN x AND y. |
interface |
NotInPredicate
The interface for syntax element representing the test of something not being one of the specified set of values (x
NOT IN (y, z, ...)). |