public class Where extends Query
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
groupBy(Expression... expressions) |
Limit |
limit(Object limit) |
Limit |
limit(Object limit,
Object offset) |
OrderBy |
orderBy(Ordering... orderings)
Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.
|
explain, parameters, profile, run, select, selectDistinct, toLive, toStringpublic GroupBy groupBy(Expression... expressions)
public OrderBy orderBy(Ordering... orderings)
orderings - an array of the ORDER BY expressions.