| Package | Description |
|---|---|
| org.axiondb.engine.commands |
AxionCommand implementations. |
| org.axiondb.parser |
SQL parser interface and implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
OrderNode |
AxionQueryContext.getOrderBy(int i)
Gets the i th
OrderNodein my order by clause. |
| Modifier and Type | Method and Description |
|---|---|
void |
AxionQueryContext.addOrderBy(OrderNode orderby)
Appends an
OrderNodeto the order by clause for this query |
| Modifier and Type | Method and Description |
|---|---|
OrderNode |
AxionSqlParser.SqlOrderByElem() |