Uses of Class
com.couchbase.client.core.api.query.CoreQueryResult
-
-
Uses of CoreQueryResult in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return CoreQueryResult Modifier and Type Method Description default CoreQueryResultCoreQueryOps. 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 CoreQueryResult Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>CoreQueryOps. 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.query Modifier and Type Class Description classClassicCoreQueryResultMethods in com.couchbase.client.core.classic.query that return types with arguments of type CoreQueryResult Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>ClassicCoreQueryOps. 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.query Modifier and Type Class Description classProtostellarCoreQueryResultMethods in com.couchbase.client.core.protostellar.query that return CoreQueryResult Modifier and Type Method Description CoreQueryResultProtostellarCoreQueryOps. 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 CoreQueryResult Modifier and Type Method Description CoreAsyncResponse<CoreQueryResult>ProtostellarCoreQueryOps. 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 CoreQueryResult Modifier and Type Method Description Mono<CoreQueryResult>CoreTransactionAttemptContext. queryBlocking(String statement, CoreQueryContext qc, CoreQueryOptions options, boolean tximplicit)Used by AttemptContext, buffers all query rows in-memory.Mono<CoreQueryResult>CoreTransactionsReactive. queryBlocking(String statement, CoreQueryContext qc, CoreQueryOptions queryOptions, Optional<RequestSpan> parentSpan)
-