EnumSqlExpressionBuilder<T> class

Inheritance

Constructors

EnumSqlExpressionBuilder(Query<dynamic, QueryWhere> query, String columnName, int _getValue(T))

Properties

columnName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setteroverride
isNotNull → void
no setter
isNull → 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(T value) → void
isBetween(T lower, T upper) → void
isIn(Iterable<T> values) → void
isNotBetween(T lower, T upper) → void
isNotIn(Iterable<T> values) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(T value) → void
toString() String
A string representation of this object.
inherited

Operators

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