Package org.influxdb.querybuilder
Class WhereCoreImpl<T extends Select>
java.lang.Object
org.influxdb.querybuilder.WhereCoreImpl<T>
public class WhereCoreImpl<T extends Select> extends Object implements Select, Where
-
Method Summary
Modifier and Type Method 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(String text)
WhereCoreImpl
where(Clause clause)