SyncQueryBuilder class Query Builder

The QueryBuilder for building SyncQuerys.

Implemented types

Constructors

SyncQueryBuilder()
Creates a SyncQueryBuilder for building SyncQuerys.
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]) SyncSelect
Starts a new query and defines the selected columns.
override
selectAll(Iterable<SelectResultInterface> results) SyncSelect
Starts a new query and defines the selected columns.
override
selectAllDistinct(Iterable<SelectResultInterface> results) SyncSelect
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]) SyncSelect
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