Uses of Class
adql.parser.ADQLQueryFactory
Packages that use ADQLQueryFactory
-
Uses of ADQLQueryFactory in adql.db
Methods in adql.db with parameters of type ADQLQueryFactoryModifier and TypeMethodDescriptionSTCS.Region.toGeometry
(ADQLQueryFactory factory) Convert this region into its corresponding ADQL representation. -
Uses of ADQLQueryFactory in adql.parser
Subclasses of ADQLQueryFactory in adql.parserMethods in adql.parser that return ADQLQueryFactoryMethods in adql.parser with parameters of type ADQLQueryFactoryModifier and TypeMethodDescriptionfinal void
ADQLParser.setQueryFactory
(ADQLQueryFactory factory) Constructors in adql.parser with parameters of type ADQLQueryFactoryModifierConstructorDescriptionADQLParser
(ADQLParserTokenManager tm, ADQLQueryFactory factory) Builds a parser with another token manager.ADQLParser
(ADQLParserTokenManager tm, QueryChecker checker, ADQLQueryFactory factory) Builds a parser with another token manager.ADQLParser
(ADQLQueryFactory factory) Builds an ADQL parser without a query to parse but with aADQLQueryFactory
.ADQLParser
(QueryChecker checker, ADQLQueryFactory factory) Builds an ADQL parser without a query to parse but with aQueryChecker
and aADQLQueryFactory
.ADQLParser
(InputStream stream, ADQLQueryFactory factory) Builds a parser with a stream containing the query to parse.ADQLParser
(InputStream stream, QueryChecker checker, ADQLQueryFactory factory) Builds a parser with a stream containing the query to parse.ADQLParser
(InputStream stream, String encoding, ADQLQueryFactory factory) Builds a parser with a stream containing the query to parse.ADQLParser
(InputStream stream, String encoding, QueryChecker checker, ADQLQueryFactory factory) Builds a parser with a stream containing the query to parse.ADQLParser
(Reader reader, ADQLQueryFactory factory) Builds a parser with a reader containing the query to parse.ADQLParser
(Reader reader, QueryChecker checker, ADQLQueryFactory factory) Builds a parser with a reader containing the query to parse.