SetFieldBlockBase class abstract

Base class for setting fields to values (used for INSERT and UPDATE queries)

Inheritance
Implementers

Constructors

SetFieldBlockBase(QueryBuilderOptions options)

Properties

hashCode int
The hash code for this object.
no setterinherited
mFields List<SetNode>?
getter/setter pair
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?
inherited
buildSubstitutionValues() Map<String, dynamic>
inherited
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
toString() String
A string representation of this object.
inherited

Operators

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