Uses of Class
com.couchbase.client.core.msg.query.QueryResponse
-
Packages that use QueryResponse Package Description com.couchbase.client.core.classic.query com.couchbase.client.core.msg.query -
-
Uses of QueryResponse in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query that return QueryResponse Modifier and Type Method Description QueryResponseClassicCoreReactiveQueryResult. internal()Methods in com.couchbase.client.core.classic.query that return types with arguments of type QueryResponse Modifier and Type Method Description Mono<QueryResponse>EnhancedPreparedStatementStrategy. execute(QueryRequest request)Mono<QueryResponse>LegacyPreparedStatementStrategy. execute(QueryRequest request)abstract Mono<QueryResponse>PreparedStatementStrategy. execute(QueryRequest request)Mono<QueryResponse>PreparedStatementStrategy. executeAdhoc(QueryRequest request)protected Mono<QueryResponse>PreparedStatementStrategy. executeAlreadyPrepared(QueryRequest request, PreparedStatement prepared)Executes a query using an existing prepared statement.Constructors in com.couchbase.client.core.classic.query with parameters of type QueryResponse Constructor Description ClassicCoreReactiveQueryResult(QueryResponse response, NodeIdentifier lastDispatchedTo) -
Uses of QueryResponse in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query that return QueryResponse Modifier and Type Method Description QueryResponseQueryRequest. decode(ResponseStatus status, QueryChunkHeader header, Flux<QueryChunkRow> rows, Mono<QueryChunkTrailer> trailer)Methods in com.couchbase.client.core.msg.query that return types with arguments of type QueryResponse Modifier and Type Method Description Mono<QueryResponse>CoreQueryAccessor. query(QueryRequest request, boolean adhoc)Deprecated.
-