Uses of Enum Class
org.sqlproc.engine.SqlOrder.Order
Packages that use SqlOrder.Order
Package
Description
The public part of the SQL Processor implementation.
The private part of the SQL Processor implementation.
-
Uses of SqlOrder.Order in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlOrder.OrderModifier and TypeFieldDescriptionprivate SqlOrder.OrderSqlOrder.orderDirectionThe ordering direction (no ordering, ascending or descending).Methods in org.sqlproc.engine that return SqlOrder.OrderModifier and TypeMethodDescriptionSqlOrder.getOrderDirection()Returns the ordering direction (no ordering, ascending or descending).static SqlOrder.OrderReturns the enum constant of this class with the specified name.static SqlOrder.Order[]SqlOrder.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sqlproc.engine with parameters of type SqlOrder.OrderModifierConstructorDescriptionprivateSqlOrder(String orderId, SqlOrder.Order orderDirection) Creates a new ordering directive list. -
Uses of SqlOrder.Order in org.sqlproc.engine.impl
Methods in org.sqlproc.engine.impl that return SqlOrder.OrderModifier and TypeMethodDescription(package private) SqlOrder.OrderSqlProcessContext.getOrder(int orderIndex) Convenient method to obtain the ordering directive based on the index.Methods in org.sqlproc.engine.impl with parameters of type SqlOrder.OrderModifier and TypeMethodDescriptionprivate StringBuilderSqlMetaOrd.process(StringBuilder sql, SqlOrder.Order orderDirrection) Returns ANSI SQL ORDER command for one ordering rule.