QuerySource
Represents a query source, used in the from clause of a query.
Since
2.7
Properties
Functions
Perform a cross join and return a new QuerySource, translated to cross join in SQL.
Perform a full join and return a new QuerySource, translated to full join in SQL.
Perform an inner join and return a new QuerySource, translated to inner join in SQL.
Return a new-created Query object, left joining all the reference tables, and selecting all columns of them.
Perform a left join and return a new QuerySource, translated to left join in SQL.
Perform a right join and return a new QuerySource, translated to right join in SQL.
Create a query object, selecting the specific columns or expressions from this QuerySource.
Create a query object, selecting the specific columns or expressions from this QuerySource distinctly.