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.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 of
InnerJoin
for MS SQL Server.Special implementation ofOuterJoin
for MS SQL Server.