Package adql.query.from
package adql.query.from
-
ClassDescriptionDefines a join between two "tables".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).Cross join.Represents the content of the whole or a part of the clause FROM.Inner join.Inner join.All OUTER JOIN type: left, right and full.Special implementation ofInnerJoin
for MS SQL Server.Special implementation ofOuterJoin
for MS SQL Server.