public class From extends Query
| Modifier and Type | Method and Description |
|---|---|
GroupBy |
groupBy(Expression... expressions) |
Joins |
join(Join... joins) |
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.
|
Where |
where(Expression expression)
Create and chain a WHERE component for specifying the WHERE clause of the query.
|
addChangeListener, execute, explain, getDatabase, getParameters, removeChangeListener, select, selectDistinct, setParameters, toStringpublic Where where(Expression expression)
expression - the WHERE clause expression.public GroupBy groupBy(Expression... expressions)
public OrderBy orderBy(Ordering... orderings)
orderings - an array of the ORDER BY expressions.