Package-level declarations
Types
Represents an SQL operator that checks a value, based on the preceding comparison operator, against an array of values.
Represents an SQL operator that checks a value, based on the preceding comparison operator, against a collection of values returned by the provided expression.
Represents an SQL operator that checks a value, based on the preceding comparison operator, against results returned by a query.
Represents an SQL operator that checks a value, based on the preceding comparison operator, against elements in a single-column table.
Represents an SQL operator that checks if expr is equals to any element from list.
Represents an SQL operator that checks if expr is equal to any element from a single-column table.
Represents an SQL operator that checks if all columns of a List expr match any of the lists of values from list.
Represents an SQL operator that checks if both values of a Pair expr match any element from list.
Represents an SQL operator that checks if a single-value expr is equal to any element from list.
Represents an SQL operator that checks if all values of a Triple expr match any element from list.