menu
owl_sql package
documentation
runtime.dart
Column<T extends Object>
isNotNull method
isNotNull method
dark_mode
light_mode
isNotNull
method
Expr
<
bool
>
isNotNull
(
)
Implementation
Expr<bool> isNotNull() => ColumnConditionalExpr(this, 'IS NOT NULL');
owl_sql package
documentation
runtime
Column<T extends Object>
isNotNull method
Column class