Modifier and Type | Method and Description |
---|---|
WhereCoreImpl |
and(Clause clause) |
WhereNested |
andNested() |
SelectCoreImpl |
fill(Number value) |
SelectCoreImpl |
fill(String value) |
List<ConjunctionClause> |
getClauses() |
SelectCoreImpl |
groupBy(Object... columns) |
SelectCoreImpl |
limit(int limit) |
SelectCoreImpl |
limit(int limit,
long offSet) |
WhereCoreImpl |
or(Clause clause) |
SelectCoreImpl |
orderBy(Ordering orderings) |
WhereNested |
orNested() |
SelectCoreImpl |
sLimit(int sLimit) |
SelectCoreImpl |
sLimit(int sLimit,
long sOffSet) |
SelectCoreImpl |
tz(String timezone) |
WhereCoreImpl |
where() |
WhereCoreImpl |
where(Clause clause) |
WhereCoreImpl |
where(String text) |
public WhereCoreImpl and(Clause clause)
public WhereCoreImpl or(Clause clause)
public WhereCoreImpl where()
public WhereCoreImpl where(Clause clause)
public WhereCoreImpl where(String text)
public List<ConjunctionClause> getClauses()
getClauses
in interface Where
public WhereNested andNested()
public WhereNested orNested()
public SelectCoreImpl orderBy(Ordering orderings)
public SelectCoreImpl groupBy(Object... columns)
public SelectCoreImpl fill(Number value)
public SelectCoreImpl fill(String value)
public SelectCoreImpl limit(int limit)
public SelectCoreImpl limit(int limit, long offSet)
public SelectCoreImpl sLimit(int sLimit)
public SelectCoreImpl sLimit(int sLimit, long sOffSet)
public SelectCoreImpl tz(String timezone)
Copyright © 2022. All rights reserved.