WhereBlock class

WHERE

Inheritance

Constructors

WhereBlock(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mOptions QueryBuilderOptions
getter/setter pairinherited
mWheres List<WhereNode>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildReturningFields() List<String?>?
inherited
buildStr(QueryBuilder queryBuilder) String
override
buildSubstitutionValues() Map<String, dynamic>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEndGroup() → void
setOrWhereSafe(String field, String operator, dynamic value) → void
setStartGroup(String andOr) → void
setWhere(String condition, dynamic param, [String andOr = 'AND']) → void
Add a WHERE condition. @param condition Condition to add @param param Parameter to add to condition. @param
setWhereRaw(String whereRawSql, {String andOr = 'AND', Map<String, dynamic>? substitutionValues}) → void
setWhereSafe(String field, String operator, dynamic value) → void
setWhereWithExpression(Expression condition, dynamic param, [String andOr = 'AND']) → void
toString() String
A string representation of this object.
inherited

Operators

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