|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBOrderByExpr | |
---|---|
org.apache.empire.db | 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 DBOrderByExpr | |
---|---|
protected List<DBOrderByExpr> |
DBCommandExpr.orderBy
|
Methods in org.apache.empire.db that return DBOrderByExpr | |
---|---|
DBOrderByExpr |
DBColumnExpr.asc()
creates a new DBOrderByExpr for ascending order |
DBOrderByExpr |
DBColumnExpr.desc()
creates a new DBOrderByExpr for descending order |
Methods in org.apache.empire.db with parameters of type DBOrderByExpr | |
---|---|
void |
DBCombinedCmd.orderBy(DBOrderByExpr... exprs)
|
void |
DBCommandExpr.orderBy(DBOrderByExpr... exprs)
Adds an order by expression the command |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |