Package | Description |
---|---|
com.couchbase.client.core.message.query |
Modifier and Type | Method and Description |
---|---|
static GenericQueryRequest |
GenericQueryRequest.jsonQuery(String jsonQuery,
String bucket,
String password)
Create a
GenericQueryRequest and mark it as containing a full N1QL query in Json form (including additional query parameters like named arguments, etc…). |
static GenericQueryRequest |
GenericQueryRequest.simpleStatement(String statement,
String bucket,
String password)
Creates a
GenericQueryRequest and mark it as containing a single simple statement (e.g. |
Copyright © 2016 Couchbase, Inc.. All rights reserved.