| Interface | Description |
|---|---|
| FromContent |
Represents the content of the whole or a part of the clause FROM.
|
| Class | Description |
|---|---|
| ADQLJoin |
Defines a join between two "tables".
|
| ADQLTable |
It represents any item of the clause FROM: a table name or a sub-query.
A table reference may have an alias (MUST if it is a sub-query). |
| CrossJoin |
Cross join.
|
| InnerJoin |
Inner join.
|
| OuterJoin |
Inner join.
|
| SQLServer_InnerJoin |
Special implementation of
InnerJoin for MS SQL Server. |
| SQLServer_OuterJoin |
Special implementation of
OuterJoin for MS SQL Server. |
| Enum | Description |
|---|---|
| OuterJoin.OuterType |
All OUTER JOIN type: left, right and full.
|