@InterfaceStability.Experimental @InterfaceAudience.Public public interface QueryResult extends Iterable<QueryRow>
Represents the results of a Query
, in a blocking fashion. Note that the result is complete, meaning it will block until all data has been streamed from the server.
Modifier and Type | Method and Description |
---|---|
List<QueryRow> |
allRows() |
String |
clientContextId() |
List<JsonObject> |
errors() |
boolean |
finalSuccess() |
JsonObject |
info() |
boolean |
parseSuccess() |
String |
requestId() |
Iterator<QueryRow> |
rows() |
JsonObject |
signature() |
forEach, iterator, spliterator
JsonObject signature()
JsonObject info()
boolean parseSuccess()
boolean finalSuccess()
List<JsonObject> errors()
String requestId()
String clientContextId()
Copyright © 2014 Couchbase, Inc.