StringSqlExpressionBuilder class

Inheritance

Constructors

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

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
lowerName String
no setter
query Query<dynamic, QueryWhere>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
substitution String
no setterinherited
upperName String
no setter

Methods

compile() String?
override
equals(String value) → void
isBetween(String lower, String upper) → void
isEmpty() → void
isIn(Iterable<String> values) → void
isNotBetween(String lower, String upper) → void
isNotIn(Iterable<String> values) → void
like(String pattern, {String sanitize(String)?}) → void
Builds a LIKE predicate.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEquals(String value) → void
toString() String
A string representation of this object.
inherited

Operators

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