@InterfaceStability.Uncommitted @InterfaceAudience.Public public class SimpleAnalyticsQuery extends AnalyticsQuery
The simplest form of Analytics AnalyticsQuery
with a plain un-parameterized Statements.
Modifier and Type | Method and Description |
---|---|
AnalyticsParams |
params()
Returns the params from this query.
|
JsonObject |
query()
Returns the full query.
|
String |
statement()
Returns the statement from this query.
|
parameterized, parameterized, parameterized, parameterized, simple, simple
public String statement()
AnalyticsQuery
Returns the statement from this query.
statement
in class AnalyticsQuery
public AnalyticsParams params()
AnalyticsQuery
Returns the params from this query.
params
in class AnalyticsQuery
public JsonObject query()
AnalyticsQuery
Returns the full query.
query
in class AnalyticsQuery
Copyright © 2015 Couchbase, Inc.