public abstract class ViewResponse extends java.lang.Object implements java.lang.Iterable<ViewRow>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<RowError> |
errors |
protected java.util.Collection<ViewRow> |
rows |
| Constructor and Description |
|---|
ViewResponse(java.util.Collection<ViewRow> r,
java.util.Collection<RowError> e) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.