Uses of Class
com.couchbase.client.core.msg.query.QueryResponse
Packages that use QueryResponse
-
Uses of QueryResponse in com.couchbase.client.core.msg.query
Methods in com.couchbase.client.core.msg.query that return QueryResponseModifier and TypeMethodDescriptionQueryRequest.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 QueryResponseModifier and TypeMethodDescriptionEnhancedPreparedStatementStrategy.execute(QueryRequest request) LegacyPreparedStatementStrategy.execute(QueryRequest request) abstract Mono<QueryResponse>PreparedStatementStrategy.execute(QueryRequest request) PreparedStatementStrategy.executeAdhoc(QueryRequest request) protected Mono<QueryResponse>PreparedStatementStrategy.executeAlreadyPrepared(QueryRequest request, PreparedStatement prepared) Executes a query using an existing prepared statement.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 QueryResponseModifier and TypeMethodDescriptionCoreTransactionsReactive.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.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 pspan, 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.