Package | Description |
---|---|
com.couchbase.client.java.cluster.api | |
com.couchbase.client.java.document.json | |
com.couchbase.client.java.query |
Modifier and Type | Method and Description |
---|---|
AsyncRestBuilder |
AsyncRestBuilder.body(JsonValue jsonBody)
Sets the body for the request, assuming it is JSON.
|
RestBuilder |
RestBuilder.body(JsonValue jsonBody)
Sets the body for the request, assuming it is JSON.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonArray
Represents a JSON array that can be stored and loaded from Couchbase Server.
|
class |
JsonNull
Represents the JSON form of “NULL”.
|
class |
JsonObject
Represents a JSON object that can be stored and loaded from Couchbase Server.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JsonValue |
AbstractN1qlQuery.statementParameters()
The parameters to inject in the query, null or empty to ignore.
|
JsonValue |
ParameterizedN1qlQuery.statementParameters() |
protected JsonValue |
SimpleN1qlQuery.statementParameters() |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractN1qlQuery.populateParameters(JsonObject query,
JsonValue params)
Populate a
JsonObject representation of a query with parameters, either positional or named. |
Copyright © 2015 Couchbase, Inc.