public class Where extends Query
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
orderBy(OrderBy... orderBy)
Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.
|
copy, explain, getFrom, getOrderBy, getSelect, getWhere, isDistinct, run, select, selectDistinct, setDistinct, setFrom, setOrderBy, setSelect, setWhere