Interface | Description |
---|---|
AsyncQueryResult |
A representation of an N1QL query result.
|
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 |
The default implementation of an
AsyncQueryResult . |
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.
|
QueryMetrics |
A class that represents N1QL metrics.
|
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.