Uses of Class
org.apache.qpid.server.query.engine.parsing.query.Order
-
Packages that use Order Package Description org.apache.qpid.server.query.engine.parsing.query -
-
Uses of Order in org.apache.qpid.server.query.engine.parsing.query
Methods in org.apache.qpid.server.query.engine.parsing.query that return Order Modifier and Type Method Description OrderOrderItem. getOrder()static OrderOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.qpid.server.query.engine.parsing.query with parameters of type Order Constructor Description OrderItem(java.lang.String alias, ExpressionNode<T,R> expression, Order order)Constructor stores properties
-