Package | Description |
---|---|
adql.parser |
Modifier and Type | Method and Description |
---|---|
IdentifierItems.IdentifierItem |
IdentifierItems.get(int ind)
Gets the whole ind-th identifier/field.
|
IdentifierItems.IdentifierItem |
ADQLParser.Identifier() |
Modifier and Type | Method and Description |
---|---|
void |
IdentifierItems.append(IdentifierItems.IdentifierItem item)
Apppends a simple identifier, that's to say an additional field (catalog, schema, table, column).
|
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems.IdentifierItem idItem) |
ADQLColumn |
ADQLQueryFactory.createColumn(IdentifierItems.IdentifierItem columnName) |
ADQLOrder |
ADQLQueryFactory.createOrder(IdentifierItems.IdentifierItem colName,
boolean desc) |
ADQLTable |
ADQLQueryFactory.createTable(ADQLQuery query,
IdentifierItems.IdentifierItem alias) |
ADQLTable |
ADQLQueryFactory.createTable(IdentifierItems idItems,
IdentifierItems.IdentifierItem alias) |