|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdk.eobjects.metamodel.query.QueryClause<OrderByItem>
dk.eobjects.metamodel.query.OrderByClause
public class OrderByClause
Represents the ORDER BY clause of a query containing OrderByItem's. The order and direction of the OrderItems define the way that the result of a query will be sorted.
OrderByItem,
Serialized Form| Field Summary |
|---|
| Fields inherited from class dk.eobjects.metamodel.query.QueryClause |
|---|
DELIM_AND, DELIM_COMMA, PREFIX_FROM, PREFIX_GROUP_BY, PREFIX_HAVING, PREFIX_ORDER_BY, PREFIX_SELECT, PREFIX_WHERE |
| Constructor Summary | |
|---|---|
OrderByClause(Query query)
|
|
| Method Summary |
|---|
| Methods inherited from class dk.eobjects.metamodel.query.QueryClause |
|---|
addItem, addItems, addItems, equals, getItem, getItemCount, getItems, removeItem, removeItem, removeItems, setItems, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderByClause(Query query)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||