Package | Description |
---|---|
com.couchbase.client.java.analytics |
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedAnalyticsQuery
This query type extends the simple one so that it properly serializes parameterized
queries, both named and/or positional ones.
|
Modifier and Type | Method and Description |
---|---|
static SimpleAnalyticsQuery |
AnalyticsQuery.simple(String statement)
Creates an
AnalyticsQuery from just an analytics statement. |
static SimpleAnalyticsQuery |
AnalyticsQuery.simple(String statement,
AnalyticsParams params)
Creates an
AnalyticsQuery from an analytics statement and custom parameters. |
Copyright © 2015 Couchbase, Inc.