BooleanSqlExpressionBuilder class

Inheritance

Constructors

BooleanSqlExpressionBuilder(Query<dynamic, QueryWhere> query, String columnName)

Properties

columnName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setteroverride
isFalse → void
no setter
isNotNull → void
no setter
isNull → void
no setter
isTrue → void
no setter
query Query<dynamic, QueryWhere>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
substitution String
no setterinherited

Methods

compile() String?
override
equals(bool value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(bool value) → void
toString() String
A string representation of this object.
inherited

Operators

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