@InterfaceStability.Committed @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, simplepublic String statement()
AnalyticsQueryReturns the statement from this query.
statement in class AnalyticsQuerypublic AnalyticsParams params()
AnalyticsQueryReturns the params from this query.
params in class AnalyticsQuerypublic JsonObject query()
AnalyticsQueryReturns the full query.
query in class AnalyticsQueryCopyright © 2015 Couchbase, Inc.