| Interface | Description |
|---|---|
| AsyncQueryResult |
.
|
| AsyncQueryRow | |
| QueryResult |
Represents the results of a
Query, in a blocking fashion. |
| QueryRow | |
| SerializableStatement |
A
Statement that is also explicitly Serializable. |
| Statement |
| Class | Description |
|---|---|
| AbstractQuery |
An abstract base for N1QL
Query. |
| DefaultAsyncQueryResult |
.
|
| DefaultAsyncQueryRow | |
| DefaultQueryResult | |
| DefaultQueryRow | |
| ParametrizedQuery |
Represent a N1QL with an optionally parametrized statement (in which case the values must be passed according to the type and number of placeholders).
|
| PreparedQuery |
Represent a N1QL query, with a parametrized prepared statement plan (for which the values must be passed according to the type and number of placeholders).
|
| PrepareStatement | |
| Query |
Contract to describe N1QL queries.
|
| QueryParams |
Parameter Object for
queries that allows to fluently set most of the N1QL query parameters: - server side timeout - credentials - client context ID - scan consistency (with associated scan vector and/or scan wait if relevant) |
| QueryPlan |
Represents the execution plan of a prepared statement, as returned by the server after a “PREPARE …” query.
|
| Select |
.
|
| SimpleQuery |
Copyright © 2014 Couchbase, Inc.