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