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.
|
protected Query |
getQuery() |
long |
getSequence()
Get the sequence number of the document revision that produced this row.
|
public String getDocumentID()
public long getSequence()
public Document getDocument()
protected Query getQuery()
protected C4QueryEnumerator getC4enum()