All Any From Table Op
Represents an SQL operator that checks a value, based on the preceding comparison operator, against elements in a single-column table.
Note This operation is only supported by MySQL, PostgreSQL, and H2 dialects.
Properties
Functions
Creates a temporary identifier, alias, for this expression.
Specifies a conversion from one data type to another.
Returns the length of this string expression, measured in characters, or null if this expression is null.
Checks if this expression is equals to single value returned from query.
Checks if this expression is greater than some other expression.
Checks if this expression is greater than some other expression.
Checks if this expression is greater than or equal to some other expression.
Checks if this expression is greater than or equal to some other expression
Checks if this expression is greater than or equal to the single value returned from query.
Checks if this expression is greater than the single value returned from query.
Concatenates all non-null input values of each group from this string expression, separated by separator.
Checks if this expression is equals to any row returned from query.
Checks if this expression is not equal to some other expression.
Checks if this expression is not equal to some other expression, with null treated as a comparable value
Checks if this expression is equal to some other expression.
Checks if this expression is equal to some other expression, with null treated as a comparable value
Returns true if this string expression is null or empty, false otherwise.
Checks if this expression is less than some other expression.
Checks if this expression is less than some other expression.
Checks if this expression is less than or equal to some other expression.
Checks if this expression is less than or equal to some other expression
Checks if this expression is less than or equal to the single value returned from query.
Checks if this expression is less than the single value returned from query.
Checks if this expression matches the specified pattern.
Checks if this expression matches the specified expression.
Checks if this expression matches the specified pattern.
Calculates the remainder of dividing this number expression by other numeric PK
Checks if this expression is not equals to single value returned from query.
Checks if this expression is not equals to any row returned from query.
Checks if this expression doesn't match the specified pattern.
Checks if this expression doesn't match the specified pattern.
Checks if this expression doesn't match the specified expression.
Concatenate the value to the input expression.
Checks if this expression matches the pattern. Supports regular expressions.
Processes the subSearch value for inclusion in the generated query.
Calculates the remainder of dividing this number expression by other numeric PK
Appends the SQL representation of this expression to the specified queryBuilder.