| Package | Description |
|---|---|
| adql.parser | |
| adql.query | |
| adql.translator |
| Modifier and Type | Method and Description |
|---|---|
ADQLOrder |
ADQLQueryFactory.createOrder(IdentifierItems idItems,
boolean desc) |
ADQLOrder |
ADQLQueryFactory.createOrder(int ind,
boolean desc,
TextPosition position) |
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) |