public interface Where
| Modifier and Type | Method and Description |
|---|---|
<T extends Where> |
and(Clause clause) |
WhereNested |
andNested() |
java.util.List<ConjunctionClause> |
getClauses() |
<T extends Select> |
groupBy(java.lang.Object... columns) |
<T extends Select> |
limit(int limit) |
<T extends Select> |
limit(int limit,
long offSet) |
<T extends Where> |
or(Clause clause) |
<T extends Select> |
orderBy(Ordering orderings) |
WhereNested |
orNested() |
java.util.List<ConjunctionClause> getClauses()
WhereNested andNested()
WhereNested orNested()
<T extends Select> T groupBy(java.lang.Object... columns)
<T extends Select> T limit(int limit)
<T extends Select> T limit(int limit, long offSet)
Data In Motion GmbH all rights reserved