public class QueryRow extends Object
| Modifier and Type | Method and Description |
|---|---|
protected C4QueryEnumerator |
getC4enum() |
Document |
getDocument()
Get the document that produced this row.
|
String |
getDocumentID()
Get the ID of the document that produced this row.
|
Object |
getObject(int index) |
protected Query |
getQuery() |
long |
getSequence()
Get the sequence number of the document revision that produced this row.
|
String |
toString() |
public String getDocumentID()
public long getSequence()
public Document getDocument()
public Object getObject(int index)
protected Query getQuery()
protected C4QueryEnumerator getC4enum()