All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.influxdb.querybuilder.clauses.Conjunction Maven / Gradle / Ivy

There is a newer version: 2.24
Show newest version
package org.influxdb.querybuilder.clauses;

public interface Conjunction {

  void join(StringBuilder stringBuilder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy