Package | Description |
---|---|
adql.parser |
Modifier and Type | Method | 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 | Description |
---|---|---|
ColumnReference |
ADQLQueryFactory.createColRef(IdentifierItems idItems) |
|
ADQLColumn |
ADQLQueryFactory.createColumn(IdentifierItems idItems) |
|
ADQLOrder |
ADQLQueryFactory.createOrder(IdentifierItems idItems,
boolean desc) |
Deprecated.
since 1.4 ; Former version's mistake: an ORDER BY item is either a regular/delimited column name or an integer, not a qualified column name ; Replaced by
ADQLQueryFactory.createOrder(adql.parser.IdentifierItems.IdentifierItem, boolean) ; This function is no longer used by ADQLParser. |
ADQLTable |
ADQLQueryFactory.createTable(IdentifierItems idItems,
IdentifierItems.IdentifierItem alias) |