Package adql.parser

Class ADQLQueryFactory

  • Direct Known Subclasses:
    SQLServer_ADQLQueryFactory

    public class ADQLQueryFactory
    extends java.lang.Object

    This class lets the ADQLParser to build an object representation of an ADQL query.

    To customize the object representation you merely have to extends the appropriate functions of this class.

    Version:
    1.4 (04/2017)
    Author:
    Grégory Mantelet (CDS;ARI)
    See Also:
    ADQLParser