| Modifier and Type | Method and Description |
|---|---|
Mono<CoreReactiveQueryResult> |
CoreQueryOps.queryReactive(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicCoreReactiveQueryResult |
| Modifier and Type | Method and Description |
|---|---|
Mono<CoreReactiveQueryResult> |
ClassicCoreQueryOps.queryReactive(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtostellarCoreReactiveQueryResult |
| Modifier and Type | Method and Description |
|---|---|
Mono<CoreReactiveQueryResult> |
ProtostellarCoreQueryOps.queryReactive(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Method and Description |
|---|---|
Mono<CoreReactiveQueryResult> |
CoreTransactionsReactive.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.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.