Uses of Interface
com.couchbase.client.core.api.query.CoreQueryOptions
Packages that use CoreQueryOptions
Package
Description
-
Uses of CoreQueryOptions in com.couchbase.client.core.api.query
Classes in com.couchbase.client.core.api.query that implement CoreQueryOptionsModifier and TypeClassDescriptionclass
Transactions does some rather complex things with CoreQueryOptions.Methods in com.couchbase.client.core.api.query with parameters of type CoreQueryOptionsModifier and TypeMethodDescriptionCoreQueryOps.queryAsync
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) default CoreQueryResult
CoreQueryOps.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) Constructors in com.couchbase.client.core.api.query with parameters of type CoreQueryOptions -
Uses of CoreQueryOptions in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query with parameters of type CoreQueryOptionsModifier and TypeMethodDescriptionstatic com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode
ClassicCoreQueryOps.convertOptions
(CoreQueryOptions opts) ClassicCoreQueryOps.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 CoreQueryOptions in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager that return CoreQueryOptionsModifier and TypeMethodDescriptionstatic CoreQueryOptions
CoreCollectionQueryIndexManager.toQueryOptions
(CoreCommonOptions options, boolean readonly, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode parameters) -
Uses of CoreQueryOptions in com.couchbase.client.core.protostellar.query
Methods in com.couchbase.client.core.protostellar.query with parameters of type CoreQueryOptionsModifier 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 CoreQueryOptions in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with parameters of type CoreQueryOptionsModifier 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.