FFIJoin

FFI representation of a Join expression.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

joinAlias
FFIString joinAlias;

Alias for the join table

joinCondition
const(FFICondition)* joinCondition;

Condition to apply the join on

joinType
FFIJoinType joinType;

Type of the join operation

tableName
FFIString tableName;

Name of the join table

Meta