DbTable class abstract

a table or a view in the database
Inheritance
Implemented types
Implementers

Constructors

DbTable()

Properties

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

Methods

createCommand() String
the text of the sql command that will create the object in the database
override
CrossJoin(Queryable t, Expr on) JoinTable
inherited
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
OuterJoin(Queryable t, Expr on) JoinTable
inherited
RightJoin(Queryable t, Expr on) JoinTable
inherited
toString() String
A string representation of this object.
inherited

Operators

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