Package adql.parser

Class ADQLQueryFactory

java.lang.Object
adql.parser.ADQLQueryFactory
Direct Known Subclasses:
SQLServer_ADQLQueryFactory

public class ADQLQueryFactory extends 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.

See Also: