| Modifier and Type | Method and Description |
|---|---|
default CoreQueryResult |
CoreQueryOps.queryBlocking(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter)
Performs a query.
|
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreQueryResult> |
CoreQueryOps.queryAsync(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicCoreQueryResult |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreQueryResult> |
ClassicCoreQueryOps.queryAsync(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtostellarCoreQueryResult |
| Modifier and Type | Method and Description |
|---|---|
CoreQueryResult |
ProtostellarCoreQueryOps.queryBlocking(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreQueryResult> |
ProtostellarCoreQueryOps.queryAsync(String statement,
CoreQueryOptions options,
CoreQueryContext queryContext,
NodeIdentifier target,
Function<Throwable,RuntimeException> errorConverter) |
| Modifier and Type | Method and 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) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.