menu
owl_sql package
documentation
runtime.dart
JsonbColumn
matches method
matches method
dark_mode
light_mode
matches
method
Expr
<
bool
>
matches
(
Object
value
)
Implementation
Expr<bool> matches(Object value) => ColumnConditionalExpr(this, '@> ?', [_value(value)]);
owl_sql package
documentation
runtime
JsonbColumn
matches method
JsonbColumn class