public interface Where
Modifier and Type | Method and Description |
---|---|
<T extends Where> |
and(Clause clause) |
WhereNested |
andNested() |
List<ConjunctionClause> |
getClauses() |
<T extends Select> |
groupBy(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() |
List<ConjunctionClause> getClauses()
WhereNested andNested()
WhereNested orNested()
<T extends Select> T limit(int limit)
<T extends Select> T limit(int limit, long offSet)
Copyright © 2022. All rights reserved.