Package | Description |
---|---|
adql.db | |
adql.parser | |
tap |
Modifier and Type | Method and Description |
---|---|
GeometryFunction |
STCS.Region.toGeometry(ADQLQueryFactory factory)
Convert this region into its corresponding ADQL representation.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServer_ADQLQueryFactory
Special extension of
ADQLQueryFactory for MS SQL Server. |
Modifier and Type | Method and Description |
---|---|
ADQLQueryFactory |
ADQLParser.getQueryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ADQLParser.setQueryFactory(ADQLQueryFactory factory) |
Constructor and 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 a
ADQLQueryFactory . |
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(QueryChecker checker,
ADQLQueryFactory factory)
Builds an ADQL parser without a query to parse but with a
QueryChecker and a ADQLQueryFactory . |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ADQLQueryFactory |
TAPFactory.createQueryFactory()
Create a factory able to build every part of an
ADQLQuery object. |
ADQLQueryFactory |
AbstractTAPFactory.createQueryFactory()
Note:
This function should be extended if you have customized the creation of any
ADQLQuery part ; it could be the addition of one or several user defined function
or the modification of any ADQL function or clause specific to your implementation. |