Uses of Class
com.couchbase.client.core.api.query.CoreQueryResult
Packages that use CoreQueryResult
Package
Description
-
Uses of CoreQueryResult in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return CoreQueryResultModifier and TypeMethodDescriptiondefault CoreQueryResult
CoreQueryOps.queryBlocking
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) Performs a query.Methods in com.couchbase.client.core.api.query that return types with arguments of type CoreQueryResultModifier 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
Subclasses of CoreQueryResult in com.couchbase.client.core.classic.queryMethods in com.couchbase.client.core.classic.query that return types with arguments of type CoreQueryResultModifier 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
Subclasses of CoreQueryResult in com.couchbase.client.core.protostellar.queryMethods in com.couchbase.client.core.protostellar.query that return CoreQueryResultModifier and TypeMethodDescriptionProtostellarCoreQueryOps.queryBlocking
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) Methods in com.couchbase.client.core.protostellar.query that return types with arguments of type CoreQueryResultModifier and TypeMethodDescriptionProtostellarCoreQueryOps.queryAsync
(String statement, CoreQueryOptions options, CoreQueryContext queryContext, NodeIdentifier target, Function<Throwable, RuntimeException> errorConverter) -
Uses of CoreQueryResult in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction that return types with arguments of type CoreQueryResultModifier 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)