SubQuery class

Inheritance

Constructors

SubQuery(QuerySource source, List<QuerySelect> select, {required String alias, Filter filter = Filter.empty, List<QuerySelect> distinct = const <QuerySelect>[], Sort sort = Sort.empty, int offset = 0, int limit = -1})

Properties

alias String
final
distinct List<QuerySelect>
final
filter Filter
final
hashCode int
The hash code for this object.
no setterinherited
limit int
final
offset int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select List<QuerySelect>
final
sort Sort
final
source QuerySource
final

Methods

map(List<QueryResult> results) Map<String, dynamic>?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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