QueryBuild<T> class
Constructors
Properties
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