public interface AsyncQueryResult
.
Modifier and Type | Method and Description |
---|---|
JsonObject |
error() |
rx.Observable<JsonObject> |
info() |
rx.Observable<AsyncQueryRow> |
rows() |
boolean |
success() |
rx.Observable<AsyncQueryRow> rows()
rx.Observable<JsonObject> info()
boolean success()
JsonObject error()