Uses of Class
org.sqlproc.engine.SqlOrder.Order
-
Packages that use SqlOrder.Order 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. -
-
Uses of SqlOrder.Order in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlOrder.Order Modifier and Type Field Description private SqlOrder.OrderSqlOrder. orderDirectionThe ordering direction (no ordering, ascending or descending).Methods in org.sqlproc.engine that return SqlOrder.Order Modifier and Type Method Description SqlOrder.OrderSqlOrder. getOrderDirection()Returns the ordering direction (no ordering, ascending or descending).static SqlOrder.OrderSqlOrder.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.Constructors in org.sqlproc.engine with parameters of type SqlOrder.Order Constructor Description SqlOrder(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.Order Modifier and Type Method Description (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.Order Modifier and Type Method Description private StringBuilderSqlMetaOrd. process(StringBuilder sql, SqlOrder.Order orderDirrection)Returns ANSI SQL ORDER command for one ordering rule.
-