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 Analytics
AnalyticsQuery with a plain un-parameterized Statements.- Since:
- 2.4.3
- Author:
- Michael Nitschinger
- See Also:
- Serialized Form
-
Method Summary
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 Details
-
statement
Description copied from class:AnalyticsQueryReturns the statement from this query.- Specified by:
statementin classAnalyticsQuery
-
params
Description copied from class:AnalyticsQueryReturns the params from this query.- Specified by:
paramsin classAnalyticsQuery
-
query
Description copied from class:AnalyticsQueryReturns the full query.- Specified by:
queryin classAnalyticsQuery
-