AsyncQueryBuilder class Query Builder

The QueryBuilder for building AsyncQuerys.

Implemented types

Constructors

AsyncQueryBuilder()
Creates an AsyncQueryBuilder for building AsyncQuerys.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(SelectResultInterface result0, [SelectResultInterface? result1, SelectResultInterface? result2, SelectResultInterface? result3, SelectResultInterface? result4, SelectResultInterface? result5, SelectResultInterface? result6, SelectResultInterface? result7, SelectResultInterface? result8, SelectResultInterface? result9]) AsyncSelect
Starts a new query and defines the selected columns.
override
selectAll(Iterable<SelectResultInterface> results) AsyncSelect
Starts a new query and defines the selected columns.
override
selectAllDistinct(Iterable<SelectResultInterface> results) AsyncSelect
Starts a new query, which returns distinct rows and defines the selected columns.
override
selectDistinct(SelectResultInterface result0, [SelectResultInterface? result1, SelectResultInterface? result2, SelectResultInterface? result3, SelectResultInterface? result4, SelectResultInterface? result5, SelectResultInterface? result6, SelectResultInterface? result7, SelectResultInterface? result8, SelectResultInterface? result9]) AsyncSelect
Starts a new query, which returns distinct rows and defines the selected columns.
override
toString() String
A string representation of this object.
inherited

Operators

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