Package | Description |
---|---|
adql.db | |
adql.db.exception | |
adql.parser | |
adql.query | |
adql.query.operand.function.geometry | |
adql.translator |
Class | Description |
---|---|
ADQLQueryFactory |
This class lets the
ADQLParser to build an object representation of an ADQL query. |
ParseException |
This exception is thrown when parse errors are encountered.
|
QueryChecker |
Used at the end of the parsing of each ADQL query by the
ADQLParser , to check the generated ADQLQuery object. |
Class | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Class | Description |
---|---|
ADQLParserConstants |
Token literal values and constants.
|
ADQLParserTokenManager |
Token Manager.
|
ADQLQueryFactory |
This class lets the
ADQLParser to build an object representation of an ADQL query. |
ADQLQueryFactory.JoinType |
Type of table JOIN.
|
IdentifierItems |
Important: This class is designed to be filled ONLY by
ADQLParser ! |
IdentifierItems.IdentifierItem |
Represent any ADQL identifier (column name, table name or table/column
alias).
|
ParseException |
This exception is thrown when parse errors are encountered.
|
QueryChecker |
Used at the end of the parsing of each ADQL query by the
ADQLParser , to check the generated ADQLQuery object. |
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Token |
Describes the input token stream.
|
Class | Description |
---|---|
Token |
Describes the input token stream.
|
Class | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Class | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|