Uses of Class
com.arcadedb.query.sql.parser.OrderByItem
-
Packages that use OrderByItem Package Description com.arcadedb.query.sql.parser -
-
Uses of OrderByItem in com.arcadedb.query.sql.parser
Fields in com.arcadedb.query.sql.parser with type parameters of type OrderByItem Modifier and Type Field Description protected List<OrderByItem>
OrderBy. items
Methods in com.arcadedb.query.sql.parser that return OrderByItem Modifier and Type Method Description OrderByItem
OrderByItem. copy()
Methods in com.arcadedb.query.sql.parser that return types with arguments of type OrderByItem Modifier and Type Method Description List<OrderByItem>
OrderBy. getItems()
Method parameters in com.arcadedb.query.sql.parser with type arguments of type OrderByItem Modifier and Type Method Description void
OrderBy. setItems(List<OrderByItem> items)
-