Uses of Package
adql.query.from

Packages that use adql.query.from
  • Classes in adql.query.from used by adql.db
    Class
    Description
    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).
  • Class
    Description
    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
    Defines 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.query
    Class
    Description
    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.query.from
    Class
    Description
    Defines 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.
  • Class
    Description
    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
    Defines 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.