Uses of Package
adql.parser
Packages that use adql.parser
Package
Description
-
Classes in adql.parser used by adql.dbClassDescriptionThis class lets the
ADQLParser
to build an object representation of an ADQL query.This exception is thrown when parse errors are encountered.Used at the end of the parsing of each ADQL query by theADQLParser
, to check the generatedADQLQuery
object. -
Classes in adql.parser used by adql.db.exception
-
Classes in adql.parser used by adql.parserClassDescriptionToken literal values and constants.Token Manager.This class lets the
ADQLParser
to build an object representation of an ADQL query.Type of table JOIN.Important: This class is designed to be filled ONLY byADQLParser
!Represent any ADQL identifier (column name, table name or table/column alias).This exception is thrown when parse errors are encountered.Used at the end of the parsing of each ADQL query by theADQLParser
, to check the generatedADQLQuery
object.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Describes the input token stream.Token Manager Error. -
Classes in adql.parser used by adql.query
-
Classes in adql.parser used by adql.query.operand.function.geometry
-
Classes in adql.parser used by adql.translator