Exists
class Exists(val expression: Expression<*>, val path: String, val optional: String?, val jsonType: IColumnType<*>) : Op<Boolean> , ComplexExpression
Represents an SQL operator that checks whether data exists within a JSON expression at the specified path.
Constructors
Link copied to clipboard
constructor(expression: Expression<*>, vararg path: String, optional: String?, jsonType: IColumnType<*>)
Properties
Link copied to clipboard
The JSON expression being checked.
Link copied to clipboard
The column type of expression to check, if casting to JSONB is required.