CompositeColumn
Composite column represents multiple tightly related standard columns, which behave like a single column for the user
Author
Vladislav Kisel
Inheritors
Functions
Returns the result of performing a logical and
operation between this expression and the op.
Returns the result of performing a logical and
operation between this expression and the negate op.
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.
Sets the default value for this column in the database side.
Checks if this expression is equals to single value returned from query.
Returns a list of real columns, wrapped by this composite column.
Parses the compositeValue and returns a list of real columns with their values.
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 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 or equal to some other expression.
Checks if this expression is less than or equal to some other expression
Checks if this expression matches the specified pattern.
Checks if this expression matches the specified expression.
Checks if this expression matches the specified pattern.
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.
Returns the result of performing a logical or
operation between this expression and the op.
Returns the result of performing a logical or
operation between this expression and the negate op.
Concatenate the value to the input expression.
Restores the composite value based on its component column values loaded from the database.
Appends the SQL representation of this expression to the specified queryBuilder.