Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.transactions |
Modifier and Type | Method and Description |
---|---|
ReactiveScope |
ReactiveBucket.defaultScope()
Opens the default
ReactiveScope . |
ReactiveScope |
Scope.reactive()
Provides access to the related
ReactiveScope . |
ReactiveScope |
ReactiveBucket.scope(String name)
Opens the
ReactiveScope with the given name. |
Modifier and Type | Method and Description |
---|---|
Mono<TransactionQueryResult> |
ReactiveTransactionAttemptContext.query(ReactiveScope scope,
String statement)
Runs a N1QL query and returns the result, with default parameters.
|
Mono<TransactionQueryResult> |
ReactiveTransactionAttemptContext.query(ReactiveScope scope,
String statement,
TransactionQueryOptions options)
Runs a N1QL query and returns the result.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.