Interface | Description |
---|---|
QueryRequest |
Class | Description |
---|---|
GenericQueryRequest |
For the lack of a better name, a query request against a query server.
|
GenericQueryResponse |
The base response for Query (N1QL) requests.
|
PingRequest | |
PingResponse | |
RawQueryRequest |
A
QueryRequest that can also be prelocated , but expects a
response with the uninterpreted JSON payload returned by the query service. |
RawQueryResponse |
The response to a
RawQueryRequest , which only contains the raw JSON payload returned by
the Query service, as a ByteBuf . |
Copyright © 2021 Couchbase, Inc.. All rights reserved.