Uses of Interface
com.couchbase.client.java.query.AsyncN1qlQueryRow
Package | Description |
---|---|
com.couchbase.client.java.query |
-
Uses of AsyncN1qlQueryRow in com.couchbase.client.java.query
Classes in com.couchbase.client.java.query that implement AsyncN1qlQueryRow Modifier and Type Class Description class
DefaultAsyncN1qlQueryRow
Methods in com.couchbase.client.java.query that return types with arguments of type AsyncN1qlQueryRow Modifier and Type Method Description rx.Observable<AsyncN1qlQueryRow>
AsyncN1qlQueryResult. rows()
rx.Observable<AsyncN1qlQueryRow>
DefaultAsyncN1qlQueryResult. rows()
Constructors in com.couchbase.client.java.query with parameters of type AsyncN1qlQueryRow Constructor Description DefaultN1qlQueryRow(AsyncN1qlQueryRow asyncRow)
Constructor parameters in com.couchbase.client.java.query with type arguments of type AsyncN1qlQueryRow Constructor Description DefaultAsyncN1qlQueryResult(rx.Observable<AsyncN1qlQueryRow> rows, rx.Observable<Object> signature, rx.Observable<N1qlMetrics> info, rx.Observable<JsonObject> errors, rx.Observable<JsonObject> profileInfo, rx.Observable<String> finalStatus, boolean parsingSuccess, String requestId, String clientContextId)
DefaultN1qlQueryResult(List<AsyncN1qlQueryRow> rows, Object signature, N1qlMetrics info, List<JsonObject> errors, JsonObject profileInfo, String finalStatus, Boolean finalSuccess, boolean parseSuccess, String requestId, String clientContextId)
Create a default blocking representation of a query result.