Uses of Class
org.influxdb.querybuilder.SelectQueryImpl
Package | Description |
---|---|
org.influxdb.querybuilder |
-
Uses of SelectQueryImpl in org.influxdb.querybuilder
Classes in org.influxdb.querybuilder with type parameters of type SelectQueryImpl Modifier and Type Class Description class
WhereQueryImpl<T extends SelectQueryImpl>
Methods in org.influxdb.querybuilder that return SelectQueryImpl Modifier and Type Method Description SelectQueryImpl
SelectQueryImpl. fill(Number value)
SelectQueryImpl
SelectQueryImpl. fill(String value)
SelectQueryImpl
WhereQueryImpl. fill(Number value)
SelectQueryImpl
WhereQueryImpl. fill(String value)
SelectQueryImpl
SelectionQueryImpl. from(String database)
SelectQueryImpl
SelectionQueryImpl. from(String database, String table)
SelectQueryImpl
SelectionQueryImpl. from(String database, String[] table)
SelectQueryImpl
SelectionQueryImpl. fromRaw(String database, String text)
SelectQueryImpl
SelectQueryImpl. groupBy(Object... columns)
SelectQueryImpl
WhereQueryImpl. groupBy(Object... columns)
SelectQueryImpl
SelectQueryImpl. limit(int limit)
SelectQueryImpl
SelectQueryImpl. limit(int limit, long offSet)
SelectQueryImpl
WhereQueryImpl. limit(int limit)
SelectQueryImpl
WhereQueryImpl. limit(int limit, long offSet)
SelectQueryImpl
SelectQueryImpl. orderBy(Ordering ordering)
SelectQueryImpl
WhereQueryImpl. orderBy(Ordering orderings)
SelectQueryImpl
SelectQueryImpl. sLimit(int sLimit)
SelectQueryImpl
SelectQueryImpl. sLimit(int sLimit, long sOffSet)
SelectQueryImpl
WhereQueryImpl. sLimit(int sLimit)
SelectQueryImpl
WhereQueryImpl. sLimit(int sLimit, long sOffSet)
SelectQueryImpl
SelectQueryImpl. tz(String timezone)
SelectQueryImpl
WhereQueryImpl. tz(String timezone)
Methods in org.influxdb.querybuilder that return types with arguments of type SelectQueryImpl Modifier and Type Method Description SelectionSubQueryImpl<SelectQueryImpl>
SelectionQueryImpl. fromSubQuery(String database)
SelectSubQueryImpl<SelectQueryImpl>
SelectionQueryImpl. fromSubQuery(String database, String table)
SelectSubQueryImpl<SelectQueryImpl>
SelectionQueryImpl. fromSubQuery(String database, String[] tables)
SelectSubQueryImpl<SelectQueryImpl>
SelectionQueryImpl. fromSubQueryRaw(String database, String text)
WhereQueryImpl<SelectQueryImpl>
SelectQueryImpl. where()
WhereQueryImpl<SelectQueryImpl>
SelectQueryImpl. where(Clause clause)