Queryable class abstract

a Queryable is any form may be used to select from such as (Table, View, JoinTable, SelectStatement)
Implementers

Constructors

Queryable()

Properties

fieldsInfo List<FieldInfo>
getter/setter pair
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
InnerJoin(Queryable t, Expr on) JoinTable
LeftJoin(Queryable t, Expr on) JoinTable
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
OuterJoin(Queryable t, Expr on) JoinTable
RightJoin(Queryable t, Expr on) JoinTable
toString() String
A string representation of this object.
inherited

Operators

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