matches method

Expr<bool> matches(
  1. Object value
)

Implementation

Expr<bool> matches(Object value) =>
    ColumnConditionalExpr(this, '@> ?', [_value(value)]);