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 N1qlQueryResultBucket. query(N1qlQuery query)Queries a N1QL secondary index with thedefault query timeout.N1qlQueryResultBucket. query(N1qlQuery query, long timeout, TimeUnit timeUnit)Queries a N1QL secondary index with a custom timeout.N1qlQueryResultBucket. query(Statement statement)Queries a N1QL secondary index with thedefault query timeout.N1qlQueryResultBucket. query(Statement statement, long timeout, TimeUnit timeUnit)Queries a N1QL secondary index with a custom timeout.N1qlQueryResultCluster. query(N1qlQuery query)Synchronously perform a N1QL query that can span multiple buckets, with the defaulttimeout.N1qlQueryResultCluster. query(N1qlQuery query, long timeout, TimeUnit timeUnit)Synchronously perform a N1QL query that can span multiple buckets, with a custom timeout.N1qlQueryResultCouchbaseBucket. query(N1qlQuery query)N1qlQueryResultCouchbaseBucket. query(N1qlQuery query, long timeout, TimeUnit timeUnit)N1qlQueryResultCouchbaseBucket. query(Statement statement)N1qlQueryResultCouchbaseBucket. query(Statement statement, long timeout, TimeUnit timeUnit)N1qlQueryResultCouchbaseCluster. query(N1qlQuery query)N1qlQueryResultCouchbaseCluster. 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 classDefaultN1qlQueryResult -
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_SYNCA function that can be used in a flatMap to convert anAsyncN1qlQueryResultto aN1qlQueryResult.
-