Uses of Class
com.couchbase.client.core.api.query.CoreQueryResult
Package
Description
-
Uses of CoreQueryResult in com.couchbase.client.core.api.query
Modifier and TypeMethodDescriptiondefault CoreQueryResult
CoreQueryOps.queryBlocking
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) Performs a query.Modifier and TypeMethodDescriptionCoreQueryOps.queryAsync
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryResult in com.couchbase.client.core.classic.query
Modifier and TypeMethodDescriptionClassicCoreQueryOps.queryAsync
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryResult in com.couchbase.client.core.protostellar.query
Modifier and TypeMethodDescriptionProtostellarCoreQueryOps.queryBlocking
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) Modifier and TypeMethodDescriptionProtostellarCoreQueryOps.queryAsync
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryResult in com.couchbase.client.core.transaction
Modifier and TypeMethodDescriptionCoreTransactionAttemptContext.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)