Interface | Description |
---|---|
AsyncN1qlQueryResult |
A representation of an N1QL query result.
|
AsyncN1qlQueryRow | |
N1qlQueryResult |
Represents the results of a
N1qlQuery , in a blocking fashion. |
N1qlQueryRow | |
SerializableStatement |
A
Statement that is also explicitly Serializable . |
Statement |
Class | Description |
---|---|
AbstractN1qlQuery |
An abstract base for N1QL
N1qlQuery . |
DefaultAsyncN1qlQueryResult |
The default implementation of an
AsyncN1qlQueryResult . |
DefaultAsyncN1qlQueryRow | |
DefaultN1qlQueryResult | |
DefaultN1qlQueryRow | |
Index |
DSL starting point for creating and managing N1QL indexes.
|
N1qlMetrics |
A class that represents N1QL metrics.
|
N1qlParams |
Parameter Object for
queries that allows to fluently set most of the N1QL query parameters: - server side timeout - client context ID - scan consistency (with associated scan vector and/or scan wait if relevant) - max parallelism |
N1qlQuery |
Contract to describe N1QL queries.
|
ParameterizedN1qlQuery |
Represent a N1QL with an optionally parameterized statement (in which case the values must be passed according to the type and number of placeholders).
|
PreparedN1qlQuery |
Represent a N1QL query, with a parameterized prepared statement plan (for which the values must be passed according to the type and number of placeholders).
|
PreparedPayload |
The payload necessary to perform a
PreparedN1qlQuery , as returned when issuing a PrepareStatement . |
PrepareStatement |
A PREPARE
Statement that wraps another Statement in order to send it to the server and produce a PreparedPayload . |
Select |
.
|
SimpleN1qlQuery |
Exception | Description |
---|---|
NamedPreparedStatementException |
An exception marking the fact that a Named Prepared Statement in N1QL couldn’t be executed and that there was a fallback to re-preparing it.
|
Copyright © 2014 Couchbase, Inc.