Uses of Class
com.couchbase.client.core.msg.query.QueryResponse
-
Packages that use QueryResponse Package Description com.couchbase.client.core.msg.query com.couchbase.client.core.transaction -
-
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 QueryResponse
QueryRequest. 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>
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.Mono<QueryResponse>
CoreQueryAccessor. query(QueryRequest request, boolean adhoc)
-
Uses of QueryResponse in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction that return types with arguments of type QueryResponse Modifier and Type Method Description Mono<QueryResponse>
CoreTransactionsReactive. query(String statement, String bucketName, String scopeName, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode queryOptions, Optional<RequestSpan> parentSpan, Consumer<RuntimeException> errorConverter)
Performs a single query transaction, with a scope context and custom configuration.Mono<QueryResponse>
CoreTransactionAttemptContext. queryWrapperLocked(int sidx, String bucketName, String scopeName, String statement, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode options, String hookPoint, boolean isBeginWork, boolean existingErrorCheck, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode txdata, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ArrayNode params, SpanWrapper span, boolean tximplicit, AtomicReference<ReactiveLock.Waiter> lockToken, boolean updateInternalState)
This will return a TransactionOperationFailedException if that's what query returns, else will return the error after passing through convertQueryError.
-