| Package | Description |
|---|---|
| org.sqlproc.engine |
The public part of the SQL Processor implementation.
|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlOrder.Order |
SqlOrder.orderDirection
The ordering direction (no ordering, ascending or descending).
|
| Modifier and Type | Method and Description |
|---|---|
SqlOrder.Order |
SqlOrder.getOrderDirection()
Returns the ordering direction (no ordering, ascending or descending).
|
static SqlOrder.Order |
SqlOrder.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlOrder.Order[] |
SqlOrder.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlOrder(String orderId,
SqlOrder.Order orderDirection)
Creates a new ordering directive list.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) SqlOrder.Order |
SqlProcessContext.getOrder(int orderIndex)
Convenient method to obtain the ordering directive based on the index.
|
| Modifier and Type | Method and Description |
|---|---|
private StringBuilder |
SqlMetaOrd.process(StringBuilder sql,
SqlOrder.Order orderDirrection)
Returns ANSI SQL ORDER command for one ordering rule.
|
Copyright © 2016. All rights reserved.