Contains
class Contains(val target: Expression<*>, val candidate: Expression<*>, val path: String?, val jsonType: IColumnType<*>) : Op<Boolean> , ComplexExpression
Represents an SQL operator that checks whether a candidate expression is contained within a JSON target.
Constructors
Link copied to clipboard
constructor(target: Expression<*>, candidate: Expression<*>, path: String?, jsonType: IColumnType<*>)