Where class

Constructors

Where.new(String column, {String boolOperator = 'AND'})

Properties

and Where
no setter
boolOperator String
getter/setter pair
caseInsensitive Where
no setter
column String
final
hashCode int
The hash code for this object.
no setterinherited
insensitive Where
Alias for caseInsensitive.
no setter
isFalse Where
no setter
isNotNull Where
no setter
isNull Where
no setter
isTrue Where
no setter
operator String
getter/setter pair
or Where
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
getter/setter pair
wheres List<Where>
final

Methods

add(Where where) Where
between(dynamic from, dynamic to) Where
contains(dynamic value) Where
different(dynamic value) Where
endsWith(dynamic value) Where
equals(dynamic value) Where
greaterThan(dynamic value) Where
greaterThanOrEqual(dynamic value) Where
inList(List values) Where
Alias of isIn. Builds a WHERE IN query.
isIn(List values) Where
Builds a WHERE IN query.
isNot(dynamic value) Where
isNotIn(List values) Where
Alias of notIn. Builds a WHERE NOT IN query.
lessThan(dynamic value) Where
lessThanOrEqual(dynamic value) Where
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notBetween(dynamic from, dynamic to) Where
notEqual(dynamic value) Where
notIn(List values) Where
Builds a WHERE NOT IN query.
startsWith(dynamic value) Where
toString() String
A string representation of this object.
inherited

Operators

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