SetFieldBlock class

(UPDATE) SET setField=value

Inheritance

Constructors

SetFieldBlock(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mFields List<SetNode>?
getter/setter pairinherited
mOptions QueryBuilderOptions
getter/setter pairinherited
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
setFieldValue(String field, dynamic value) → void
Update the given field with the given value. @param field Field to set value for. @param value Value to set. @param
inherited
toString() String
A string representation of this object.
inherited

Operators

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