Uses of Package
adql.query.from
-
Packages that use adql.query.from Package Description adql.db adql.db.exception adql.parser adql.query adql.query.from adql.query.operand adql.translator -
Classes in adql.query.from used by adql.db Class Description 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). -
Classes in adql.query.from used by adql.db.exception Class Description 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). -
Classes in adql.query.from used by adql.parser 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).FromContent Represents the content of the whole or a part of the clause FROM. -
Classes in adql.query.from used by adql.query Class Description 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).FromContent Represents the content of the whole or a part of the clause FROM. -
Classes in adql.query.from used by adql.query.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.FromContent Represents the content of the whole or a part of the clause FROM.InnerJoin Inner join.OuterJoin Inner join.OuterJoin.OuterType All OUTER JOIN type: left, right and full. -
Classes in adql.query.from used by adql.query.operand Class Description 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). -
Classes in adql.query.from used by adql.translator 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).FromContent Represents the content of the whole or a part of the clause FROM.