public interface AsyncQueryResult
.
Modifier and Type | Method and Description |
---|---|
String |
clientContextId() |
Observable<JsonObject> |
errors() |
Observable<Boolean> |
finalSuccess() |
Observable<JsonObject> |
info() |
boolean |
parseSuccess() |
String |
requestId() |
Observable<AsyncQueryRow> |
rows() |
Observable<AsyncQueryRow> rows()
Observable<JsonObject> info()
boolean parseSuccess()
Observable<Boolean> finalSuccess()
Observable<JsonObject> errors()
String requestId()
String clientContextId()
Copyright © 2014 Couchbase, Inc.