| Package | Description |
|---|---|
| adql.parser |
| Modifier and Type | Method and Description |
|---|---|
IdentifierItems |
ADQLParser.ColumnName()
Extracts the name of a column with its possible catalog, schema and table prefixes.
|
IdentifierItems |
ADQLParser.TableName()
Extracts the name of a table with its possible catalog and schema prefixes.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems idItems) |
ADQLColumn |
ADQLQueryFactory.createColumn(IdentifierItems idItems) |
ADQLOrder |
ADQLQueryFactory.createOrder(IdentifierItems idItems,
boolean desc) |
ADQLTable |
ADQLQueryFactory.createTable(IdentifierItems idItems,
IdentifierItems.IdentifierItem alias) |