Join
Constructors
Properties
Returns the field of this field set.
Returns the most recent QueryAlias instance used to create this join relation, or null
if a query was not joined.
Returns all real fields, unrolling composite CompositeColumn if present
Functions
Return true
if the specified table is already in this join, false
otherwise.
Creates a cross join relation with otherTable.
Represents the SQL statement that deletes all rows from a table in a join relation.
Represents the SQL statement that deletes rows from a table in a join relation.
Appends the SQL representation of this column set to the specified queryBuilder.
Creates a full outer join relation with otherTable.
Creates an inner join relation with otherTable.
Creates a join relation with otherTable. When all joining options are absent Exposed will try to resolve referencing columns by itself.
Creates a join relation with a query.
Creates a left outer join relation with otherTable.
Creates a right outer join relation with otherTable.
Returns the list of tables to which the columns in this column set belong.
Represents the SQL statement that updates all rows of a join relation.
Represents the SQL statement that updates rows of a join relation.