Uses of Class
adql.parser.ADQLQueryFactory
-
Packages that use ADQLQueryFactory Package Description adql.db adql.parser -
-
Uses of ADQLQueryFactory in adql.db
Methods in adql.db with parameters of type ADQLQueryFactory Modifier and Type Method Description GeometryFunction
STCS.Region. toGeometry(ADQLQueryFactory factory)
Convert this region into its corresponding ADQL representation. -
Uses of ADQLQueryFactory in adql.parser
Subclasses of ADQLQueryFactory in adql.parser Modifier and Type Class Description class
SQLServer_ADQLQueryFactory
Special extension ofADQLQueryFactory
for MS SQL Server.Methods in adql.parser that return ADQLQueryFactory Modifier and Type Method Description ADQLQueryFactory
ADQLParser. getQueryFactory()
Methods in adql.parser with parameters of type ADQLQueryFactory Modifier and Type Method Description void
ADQLParser. setQueryFactory(ADQLQueryFactory factory)
Constructors in adql.parser with parameters of type ADQLQueryFactory Constructor Description ADQLParser(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(java.io.InputStream stream, ADQLQueryFactory factory)
Builds a parser with a stream containing the query to parse.ADQLParser(java.io.InputStream stream, QueryChecker checker, ADQLQueryFactory factory)
Builds a parser with a stream containing the query to parse.ADQLParser(java.io.InputStream stream, java.lang.String encoding, ADQLQueryFactory factory)
Builds a parser with a stream containing the query to parse.ADQLParser(java.io.InputStream stream, java.lang.String encoding, QueryChecker checker, ADQLQueryFactory factory)
Builds a parser with a stream containing the query to parse.ADQLParser(java.io.Reader reader, ADQLQueryFactory factory)
Builds a parser with a reader containing the query to parse.ADQLParser(java.io.Reader reader, QueryChecker checker, ADQLQueryFactory factory)
Builds a parser with a reader containing the query to parse.
-