Uses of Class
com.couchbase.client.core.api.query.CoreQueryContext
Packages that use CoreQueryContext
Package
Description
-
Uses of CoreQueryContext in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return CoreQueryContextModifier and TypeMethodDescriptionstatic CoreQueryContextReturns a query context for the default namespace, with the given bucket and scope names.Methods in com.couchbase.client.core.api.query with parameters of type CoreQueryContextModifier and TypeMethodDescriptionCoreQueryOps.queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) default CoreQueryResultCoreQueryOps.queryBlocking(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) Performs a query.CoreQueryOps.queryReactive(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryContext in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query with parameters of type CoreQueryContextModifier and TypeMethodDescriptionClassicCoreQueryOps.queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) ClassicCoreQueryOps.queryReactive(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryContext in com.couchbase.client.core.protostellar.query
Methods in com.couchbase.client.core.protostellar.query with parameters of type CoreQueryContextModifier and TypeMethodDescriptionProtostellarCoreQueryOps.queryAsync(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) ProtostellarCoreQueryOps.queryBlocking(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) ProtostellarCoreQueryOps.queryReactive(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryContext in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with parameters of type CoreQueryContextModifier and TypeMethodDescriptionCoreTransactionsReactive.query(String statement, CoreQueryContext queryContext, CoreQueryOptions queryOptions, Optional<RequestSpan> parentSpan, Function<Throwable, RuntimeException> errorConverter) Performs a single query transaction, with a scope context and custom configuration.CoreTransactionAttemptContext.queryBlocking(String statement, CoreQueryContext qc, CoreQueryOptions options, boolean tximplicit) Used by AttemptContext, buffers all query rows in-memory.CoreTransactionsReactive.queryBlocking(String statement, CoreQueryContext qc, CoreQueryOptions queryOptions, Optional<RequestSpan> parentSpan) CoreTransactionAttemptContext.queryWrapperLocked(int sidx, CoreQueryContext qc, String statement, CoreQueryOptions 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.