GetFieldBlock class

(SELECT) field

Inheritance

Constructors

GetFieldBlock(QueryBuilderOptions options)

Properties

fieldRawSql String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mFieldAliases HashMap<String, String?>?
getter/setter pair
mFields List<FieldNode>?
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?
override
buildSubstitutionValues() Map<String, dynamic>
inherited
doSetField(String field, String? alias) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setField(String field, String? alias) → void
Add the given field to the final result. @param field Field to add @param alias Field's alias
setFieldFromSubQuery(QueryBuilder field, String? alias) → void
setFieldRaw(String setFieldRawSql) → void
setFields(Iterable<String> fields) → void
Add the given fields to the result. @param fields A collection of fields to add
setFieldsFromFieldNodeList(Iterable<FieldNode> fields) → void
toString() String
A string representation of this object.
inherited

Operators

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