com.couchbase.client.protocol.views
Interface ViewRow
- All Known Implementing Classes:
- SpatialViewRowNoDocs, SpatialViewRowWithDocs, ViewRowNoDocs, ViewRowReduced, ViewRowWithDocs
public interface ViewRow
A ViewRow.
getId
java.lang.String getId()
getKey
java.lang.String getKey()
getValue
java.lang.String getValue()
getBbox
java.lang.String getBbox()
getGeometry
java.lang.String getGeometry()
getDocument
java.lang.Object getDocument()
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.