DBAction class

Defines the structure of a db action that is built by a QueryBuilder

Constructors

DBAction()

Properties

expression String?
The filter query expression string
getter/setter pair
group ↔ dynamic
The grouping definition of the query builder. If you want to group the query results by values of specific fields, then provide the name of the fields in a string array format e.g., 'field1', 'field2.subField', ...
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int?
A positive integer that specifies the max number of objects to return per page
getter/setter pair
lookups List<Lookup>?
The list of lookups to make (left outer join) while getting the object
getter/setter pair
omit List<String>?
The list of fields that will be omitted in retrieved objects
getter/setter pair
page int?
A positive integer that specifies the page number to paginate query results. Page numbers start from 1.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort List<SortEntry>?
Keeps the list of field names and sort direction for sorting returned objects
getter/setter pair

Methods

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

Operators

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