JoinedTable class

Creates the JOIN part of the SQL statement

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

JoinedTable(String name, {String joinToTableOrAlias = '', String foreignKey = '', JoinType joinType = JoinType.inner, List<String> columns = const [], String alias = ""})
Passing a joinToTableAlias is optional, if not passed the query main table will be used by default.
JoinedTable.fromJson(Map<String, dynamic> json)
factory

Properties

alias String
finalinherited
columns List<String>
finalinherited
foreignKey String
final
hashCode int
The hash code for this object.
no setterinherited
joinToTableOrAlias String
final
joinType JoinType
final
name String
finalinherited
pkey int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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