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
OrderNode in my order by clause. |
Modifier and Type | Method and Description |
---|---|
void |
AxionQueryContext.addOrderBy(OrderNode orderby)
Appends an
OrderNode to the order by clause for this query |
Modifier and Type | Method and Description |
---|---|
OrderNode |
AxionSqlParser.SqlOrderByElem() |