isNotNull method

SQL isNotNull()

Value of this expression is not null.

Implementation

SQL isNotNull() => SQL([this, const RawSQL('IS NOT NULL')]);