AbsSelect class abstract

Inheritance
Implementers
Available Extensions

Constructors

AbsSelect()

Properties

fieldsInfo List<FieldInfo>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

CrossJoin(Queryable t, Expr on) JoinTable
inherited
execute(DbContext dbc) Future<List<Map<String, dynamic>>>
InnerJoin(Queryable t, Expr on) JoinTable
inherited
LeftJoin(Queryable t, Expr on) JoinTable
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OrderBy(List<SortExp> sortExps) AbsSelect
OuterJoin(Queryable t, Expr on) JoinTable
inherited
Page(int index, int pageSize) AbsSelect
RightJoin(Queryable t, Expr on) JoinTable
inherited
toSql() String
toString() String
A string representation of this object.
inherited

Operators

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