Package adql.parser
package adql.parser
-
ClassDescriptionParser of ADQL expressions.Enumeration of all supported versions of the ADQL grammar.This class lets the
ADQLParserto 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).Used at the end of the parsing of each ADQL query by theADQLParser, to check the generatedADQLSetobject.Tool able to fix some common errors in ADQL queries.Special extension ofADQLQueryFactoryfor MS SQL Server.