Class SimpleAnalyticsQuery
- java.lang.Object
-
- com.couchbase.client.java.analytics.AnalyticsQuery
-
- com.couchbase.client.java.analytics.SimpleAnalyticsQuery
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParameterizedAnalyticsQuery
@Committed @Public public class SimpleAnalyticsQuery extends AnalyticsQuery
The simplest form of AnalyticsAnalyticsQuerywith a plain un-parameterized Statements.- Since:
- 2.4.3
- Author:
- Michael Nitschinger
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyticsParamsparams()Returns the params from this query.JsonObjectquery()Returns the full query.Stringstatement()Returns the statement from this query.-
Methods inherited from class com.couchbase.client.java.analytics.AnalyticsQuery
parameterized, parameterized, parameterized, parameterized, simple, simple
-
-
-
-
Method Detail
-
statement
public String statement()
Description copied from class:AnalyticsQueryReturns the statement from this query.- Specified by:
statementin classAnalyticsQuery
-
params
public AnalyticsParams params()
Description copied from class:AnalyticsQueryReturns the params from this query.- Specified by:
paramsin classAnalyticsQuery
-
query
public JsonObject query()
Description copied from class:AnalyticsQueryReturns the full query.- Specified by:
queryin classAnalyticsQuery
-
-