QueryBuild<T> class

Inheritance

Constructors

QueryBuild()

Properties

hashCode int
The hash code for this object.
no setterinherited
queryFunc Future<List<T>> Function(String)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

join(Query q) QueryBuild<T>
limit(int size, [int offset = 0]) QueryBuild<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderBy(Query q) QueryBuild<T>
query() Future<List<T>>
select(dynamic t) QueryBuild<T>
table(Query t) QueryBuild<T>
toString() String
A string representation of this object.
override
where(Query q) QueryBuild<T>

Operators

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