| Package | Description |
|---|---|
| adql.parser | |
| adql.query | |
| adql.translator |
| Modifier and Type | Method and Description |
|---|---|
ADQLOrder |
ADQLQueryFactory.createOrder(IdentifierItems.IdentifierItem colName,
boolean desc) |
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. |
ADQLOrder |
ADQLQueryFactory.createOrder(int ind,
boolean desc)
|
ADQLOrder |
ADQLQueryFactory.createOrder(int ind,
boolean desc,
TextPosition position)
Deprecated.
since 1.4 ; Replaced by
ADQLQueryFactory.createOrder(int, boolean) |
ADQLOrder |
ADQLParser.OrderItem() |
| Modifier and Type | Method and Description |
|---|---|
ClauseADQL<ADQLOrder> |
ADQLQuery.getOrderBy()
Gets the ORDER BY clause of this query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADQLQuery.setOrderBy(ClauseADQL<ADQLOrder> newOrderBy)
Replaces its ORDER BY clause by the given one.
|
| Constructor and Description |
|---|
ADQLOrder(ADQLOrder toCopy)
Builds an ORDER BY item by copying the given one.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ADQLTranslator.translate(ADQLOrder order) |
java.lang.String |
JDBCTranslator.translate(ADQLOrder order) |