NullCondition<T, R> mixin

support isNull, isNotNull for columns

Superclass Constraints
Mixin Applications

Properties

conditions List<ColumnCondition>
finalinherited
hasCondition bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asc() OrderField
inherited
clear() → void
inherited
desc() OrderField
inherited
eq(T value) → R
inherited
isNotNull() → R
isNull() → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toSqlConditions(String tableAlias, String? softDeleteColumnName) Iterable<SqlCondition>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited