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 Scope
Bucket. defaultScope()
Opens the defaultScope
.Scope
Bucket. scope(String name)
Opens theScope
with 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 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.
-