|
Method Summary | ||
getChildAssocRef() | ||
int |
getIndex() Get the index of this result set in the result set If you want the overall position in paged reults you have to add the skipCount fo the result set. |
|
getNodeRef() The reference to the node that equates to this row in the result set |
||
getNodeRef(String selectorName) Gets the node ref related to the named selector |
||
getNodeRefs() Gets the node refs |
||
getQName() | ||
getResultSet() Get the containing result set |
||
float |
getScore() Get the score for this row in the result set |
|
float |
getScore(String selectorName) Get the score related to the named selector. |
|
getScores() Get the scores . |
||
getValue(QName qname) Get a node property value by name |
||
getValue(String columnName) Get the data for a single column |
||
getValues() Get the values of all available node properties. |
|