Uses of Package
adql.query.from
Packages that use adql.query.from
Package
Description
-
Classes in adql.query.from used by adql.dbClassDescriptionIt 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.exceptionClassDescriptionIt 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.parserClassDescriptionDefines 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).Represents the content of the whole or a part of the clause FROM. -
Classes in adql.query.from used by adql.queryClassDescriptionIt 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).Represents the content of the whole or a part of the clause FROM. -
Classes in adql.query.from used by adql.query.fromClassDescriptionDefines 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. -
Classes in adql.query.from used by adql.query.operandClassDescriptionIt 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.translatorClassDescriptionDefines 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).Represents the content of the whole or a part of the clause FROM.