Package | Description |
---|---|
adql.db | |
adql.db.exception | |
adql.parser | |
adql.query | |
adql.query.from | |
adql.query.operand | |
adql.translator |
Class and 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). |
Class and 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). |
Class and 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.
|
Class and 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.
|
Class and 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.
|
Class and 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). |
Class and 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.
|