Uses of Class
org.apache.empire.db.expr.order.DBOrderByExpr
Packages that use DBOrderByExpr
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBOrderByExpr in org.apache.empire.db
Fields in org.apache.empire.db with type parameters of type DBOrderByExprMethods in org.apache.empire.db that return DBOrderByExprModifier and TypeMethodDescriptionDBColumnExpr.asc()creates a new DBOrderByExpr for ascending orderDBColumnExpr.desc()creates a new DBOrderByExpr for descending orderMethods in org.apache.empire.db that return types with arguments of type DBOrderByExprModifier and TypeMethodDescriptionDBCommandExpr.getOrderBy()Returns a copy of the defined order-bys.Methods in org.apache.empire.db with parameters of type DBOrderByExprModifier and TypeMethodDescriptionDBCombinedCmd.orderBy(DBOrderByExpr... exprs) DBCommand.orderBy(DBOrderByExpr... exprs) Overridden to change return type from DBCommandExpr to DBCommandDBCommandExpr.orderBy(DBOrderByExpr... exprs) Adds an order by expression the commandfinal DBFuncExprDBColumnExpr.stringAgg(String separator, DBOrderByExpr orderBy) Creates and returns string aggregation expression