Package org.influxdb.querybuilder
Class BuiltQuery
java.lang.Object
org.influxdb.dto.Query
org.influxdb.querybuilder.BuiltQuery
- All Implemented Interfaces:
QueryStringBuilder
- Direct Known Subclasses:
SelectQueryImpl
,WhereQueryImpl
public abstract class BuiltQuery extends Query implements QueryStringBuilder
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BuiltQuery.QueryBuilder
The query builder shall provide all the building blocks needed, only a static block shall be used. -
Constructor Summary
Constructors Constructor Description BuiltQuery(String database)
BuiltQuery(String database, boolean requiresPost)
-
Method Summary
Modifier and Type Method Description String
getCommand()
String
getCommandWithUrlEncoded()
Methods inherited from class org.influxdb.dto.Query
encode, equals, getDatabase, hashCode, requiresPost
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.influxdb.querybuilder.QueryStringBuilder
buildQueryString, buildQueryString
-
Constructor Details
-
Method Details
-
getCommand
- Overrides:
getCommand
in classQuery
- Returns:
- the command
-
getCommandWithUrlEncoded
- Overrides:
getCommandWithUrlEncoded
in classQuery
- Returns:
- url encoded command
-