Uses of Class
com.couchbase.client.java.Scope
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of Scope in com.couchbase.client.java
-
Uses of Scope in com.couchbase.client.java.transactions
Modifier and TypeMethodDescriptionCalls query() with default options.TransactionAttemptContext.query
(Scope scope, String statement, TransactionQueryOptions options) Runs a N1QL query and returns the result.