ColumnExpression
-
A matching SQL expression with the
MATCHSQL operator.// content MATCH '...' Column("content").match(pattern)
A matching SQL expression with the MATCH SQL operator.
// content MATCH '...'
Column("content").match(pattern)