public class XPathQueryResult extends JcrQueryResult
QueryResult implementation for XPath results.JcrQueryResult.AbstractRow, JcrQueryResult.MultiSelectorQueryResultRow, JcrQueryResult.QueryResultIterator, JcrQueryResult.QueryResultNodeIterator, JcrQueryResult.QueryResultRowIterator, JcrQueryResult.SingleSelectorQueryResultRow, JcrQueryResult.SingleSelectorQueryResultRowIterator| Modifier and Type | Field and Description |
|---|---|
static String |
JCR_PATH_COLUMN_NAME |
static String |
JCR_PATH_COLUMN_TYPE |
static String |
JCR_SCORE_COLUMN_NAME |
static String |
JCR_SCORE_COLUMN_TYPE |
context, queryStatement, results| Constructor and Description |
|---|
XPathQueryResult(JcrQueryContext context,
String query,
QueryResults results,
boolean restartable,
int numRowsInMemory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getColumnNameList() |
protected List<String> |
getColumnTypeList() |
RowIterator |
getRows() |
String[] |
getSelectorNames() |
close, computeDefaultSelectorIndex, getColumnNames, getColumnTypes, getNodes, getPlan, getWarnings, isEmpty, sequence, toStringpublic static final String JCR_SCORE_COLUMN_NAME
public static final String JCR_PATH_COLUMN_NAME
public static final String JCR_SCORE_COLUMN_TYPE
public static final String JCR_PATH_COLUMN_TYPE
public XPathQueryResult(JcrQueryContext context, String query, QueryResults results, boolean restartable, int numRowsInMemory)
protected List<String> getColumnNameList()
getColumnNameList in class JcrQueryResultprotected List<String> getColumnTypeList()
getColumnTypeList in class JcrQueryResultpublic String[] getSelectorNames()
getSelectorNames in interface QueryResultgetSelectorNames in class JcrQueryResultpublic RowIterator getRows()
getRows in interface QueryResultgetRows in class JcrQueryResultCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.