Uses of Class
com.couchbase.client.java.Scope
-
Packages that use Scope Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.transactions -
-
Uses of Scope in com.couchbase.client.java
Methods in com.couchbase.client.java that return Scope Modifier and Type Method Description ScopeBucket. defaultScope()Opens the defaultScope.ScopeBucket. scope(String name)Opens theScopewith the given name. -
Uses of Scope in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type Scope Modifier and Type Method Description TransactionQueryResultTransactionAttemptContext. query(Scope scope, String statement)Calls query() with default options.TransactionQueryResultTransactionAttemptContext. query(Scope scope, String statement, TransactionQueryOptions options)Runs a N1QL query and returns the result.
-