Class InfluxQLQuery

java.lang.Object
com.influxdb.client.domain.InfluxQLQuery

public class InfluxQLQuery extends Object
A InfluxQL query.
  • Constructor Details

    • InfluxQLQuery

      public InfluxQLQuery(@Nonnull String command, @Nonnull String database)
      Parameters:
      command - the InfluxQL command to execute
      database - the database to run this query against
  • Method Details