Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<DBOrderByExpr> |
DBCommandExpr.orderBy |
Modifier and Type | Method and Description |
---|---|
DBOrderByExpr |
DBColumnExpr.asc()
creates a new DBOrderByExpr for ascending order
|
DBOrderByExpr |
DBColumnExpr.desc()
creates a new DBOrderByExpr for descending order
|
Modifier and Type | Method and Description |
---|---|
void |
DBCommandExpr.orderBy(DBOrderByExpr... exprs)
Adds an order by expression the command
|
void |
DBCombinedCmd.orderBy(DBOrderByExpr... exprs) |
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.