DataQueryBuilder class

Properties

distinct bool
getter/setter pair
excludeProperties List<String>
getter/setter pair
groupBy List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
havingClause String
getter/setter pair
offset int
getter/setter pair
pageSize int
getter/setter pair
properties List<String>
getter/setter pair
getter/setter pair
relationsDepth int
getter/setter pair
relationsPageSize int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortBy List<String>
getter/setter pair
whereClause String
getter/setter pair

Methods

addAllProperties() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareNextPage() → void
preparePreviousPage() → void
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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

Constants

DEFAULT_RELATIONS_DEPTH → const int