SqlJoin class

sql: join

Constructors

SqlJoin(String tableName, String alias, String joinStmt, {bool distinct = false, SqlJoinType joinType = SqlJoinType.INNER})

Properties

alias String
final
conditions SqlConditionGroup
getter/setter pair
distinct bool
final
hashCode int
The hash code for this object.
no setterinherited
joinStmt String
final
joinType SqlJoinType
final
params Map<String, dynamic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
final

Methods

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

Operators

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