Uses of Interface
com.couchbase.client.java.query.N1qlQueryResult
-
Packages that use N1qlQueryResult Package Description com.couchbase.client.java com.couchbase.client.java.query com.couchbase.client.java.query.core -
-
Uses of N1qlQueryResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return N1qlQueryResult Modifier and Type Method Description N1qlQueryResult
Bucket. query(N1qlQuery query)
Queries a N1QL secondary index with thedefault query timeout
.N1qlQueryResult
Bucket. query(N1qlQuery query, long timeout, TimeUnit timeUnit)
Queries a N1QL secondary index with a custom timeout.N1qlQueryResult
Bucket. query(Statement statement)
Queries a N1QL secondary index with thedefault query timeout
.N1qlQueryResult
Bucket. query(Statement statement, long timeout, TimeUnit timeUnit)
Queries a N1QL secondary index with a custom timeout.N1qlQueryResult
Cluster. query(N1qlQuery query)
Synchronously perform a N1QL query that can span multiple buckets, with the defaulttimeout
.N1qlQueryResult
Cluster. query(N1qlQuery query, long timeout, TimeUnit timeUnit)
Synchronously perform a N1QL query that can span multiple buckets, with a custom timeout.N1qlQueryResult
CouchbaseBucket. query(N1qlQuery query)
N1qlQueryResult
CouchbaseBucket. query(N1qlQuery query, long timeout, TimeUnit timeUnit)
N1qlQueryResult
CouchbaseBucket. query(Statement statement)
N1qlQueryResult
CouchbaseBucket. query(Statement statement, long timeout, TimeUnit timeUnit)
N1qlQueryResult
CouchbaseCluster. query(N1qlQuery query)
N1qlQueryResult
CouchbaseCluster. query(N1qlQuery query, long timeout, TimeUnit timeUnit)
-
Uses of N1qlQueryResult in com.couchbase.client.java.query
Classes in com.couchbase.client.java.query that implement N1qlQueryResult Modifier and Type Class Description class
DefaultN1qlQueryResult
-
Uses of N1qlQueryResult in com.couchbase.client.java.query.core
Fields in com.couchbase.client.java.query.core with type parameters of type N1qlQueryResult Modifier and Type Field Description static rx.functions.Func1<? super AsyncN1qlQueryResult,? extends rx.Observable<? extends N1qlQueryResult>>
N1qlQueryExecutor. ASYNC_RESULT_TO_SYNC
A function that can be used in a flatMap to convert anAsyncN1qlQueryResult
to aN1qlQueryResult
.
-