public final class OrderByClauseFactory extends ExpressionFactory
OrderByClauseFactory creates a new OrderByClause when the portion of the
query to parse starts with ORDER BY.OrderByClause| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
OrderByClauseFactory. |
| Constructor and Description |
|---|
OrderByClauseFactory()
Creates a new
OrderByClauseFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
OrderByClauseFactory.