GroupByBlock class

GROUP BY

Inheritance

Constructors

GroupByBlock(QueryBuilderOptions options)

Properties

groupRawSql String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mGroups List<String>?
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGroup(String field) → void
setGroupRaw(String groupRawSql) → void
setGroups(Iterable<String> groups) → void
toString() String
A string representation of this object.
inherited

Operators

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