Package adql.query.from
-
Interface Summary Interface Description FromContent Represents the content of the whole or a part of the clause FROM. -
Class Summary 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 ofInnerJoin
for MS SQL Server.SQLServer_OuterJoin Special implementation ofOuterJoin
for MS SQL Server. -
Enum Summary Enum Description OuterJoin.OuterType All OUTER JOIN type: left, right and full.