| 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 |
|---|---|
Scope |
Bucket.defaultScope()
Opens the default
Scope. |
Scope |
Bucket.scope(String name)
Opens the
Scope with the given name. |
| Modifier and Type | Method and Description |
|---|---|
TransactionQueryResult |
TransactionAttemptContext.query(Scope scope,
String statement)
Calls query() with default options.
|
TransactionQueryResult |
TransactionAttemptContext.query(Scope scope,
String statement,
TransactionQueryOptions options)
Runs a N1QL query and returns the result.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.