JoinClause class

Inheritance

Constructors

JoinClause({required String table, String? as, JoinType? type, WhereClause? on, bool natural = false})
const

Properties

as → String?
final
hashCode → int
The hash code for this object.
no setterinherited
isEmpty → bool
no setterinherited
natural → bool
final
on → WhereClause?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
table → String
final
type → JoinType?
final

Methods

build() → QueryPrintable
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plain() → String
inherited
printable() → String
inherited
toString() → String
A string representation of this object.
inherited

Operators

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