InsertFieldsFromQueryBlock class

(INSERT INTO) ... setField ... (SELECT ... FROM ...)

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
mFields List<String>?
getter/setter pair
mOptions QueryBuilderOptions
getter/setter pairinherited
mQuery QueryBuilder?
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>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFromQuery(Iterable<String> fields, QueryBuilder query) → void
toString() String
A string representation of this object.
inherited

Operators

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