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 |
---|---|
List<DBOrderByExpr> |
DBCommandExpr.getOrderBy()
Returns a copy of the defined order-bys.
|
Modifier and Type | Method and Description |
---|---|
DBCommandExpr |
DBCommandExpr.orderBy(DBOrderByExpr... exprs)
Adds an order by expression the command
|
DBCommand |
DBCommand.orderBy(DBOrderByExpr... exprs)
Overridden to change return type from DBCommandExpr to DBCommand
|
DBCommandExpr |
DBCombinedCmd.orderBy(DBOrderByExpr... exprs) |
DBColumnExpr |
DBColumnExpr.stringAgg(String separator,
DBOrderByExpr orderBy)
Creates and returns string aggregation expression
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.