| Package | Description |
|---|---|
| com.couchbase.client.java.query | |
| com.couchbase.client.java.query.core |
| Modifier and Type | Method and Description |
|---|---|
static PrepareStatement |
PrepareStatement.prepare(Statement statement)
Construct a
PrepareStatement from a select-like Statement. |
static PrepareStatement |
PrepareStatement.prepare(Statement statement,
String preparedName)
Construct a
PrepareStatement from a select-like Statement and give it a name. |
static PrepareStatement |
PrepareStatement.prepare(String statement)
Construct a
PrepareStatement from a statement in String format. |
| Modifier and Type | Method and Description |
|---|---|
protected PreparedPayload |
N1qlQueryExecutor.extractPreparedPayloadFromResponse(PrepareStatement prepared,
JsonObject response)
Extracts the
PreparedPayload from the server’s response during a PREPARE. |
Copyright © 2015 Couchbase, Inc.