JoinClause constructor
JoinClause(})
Implementation
JoinClause(
this.type,
this.table,
this.alias,
this.on, {
this.subquery,
this.using,
this.natural = false,
this.indexedBy,
});
JoinClause(
this.type,
this.table,
this.alias,
this.on, {
this.subquery,
this.using,
this.natural = false,
this.indexedBy,
});