public class XPathQueryResult extends JcrQueryResult
QueryResult
implementation for XPath results.Modifier and Type | Class and Description |
---|---|
protected static class |
XPathQueryResult.XPathQueryResultRow |
protected static class |
XPathQueryResult.XPathQueryResultRowIterator |
JcrQueryResult.MultiSelectorQueryResultRow, 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, JCR_NAME_COLUMN_NAME, MODE_DEPTH_COLUMN_NAME, MODE_LOCALNAME_COLUMN_NAME, PSEUDO_COLUMNS, queryStatement, results, schemata
Constructor and Description |
---|
XPathQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getColumnNameList() |
List<String> |
getColumnTypeList() |
RowIterator |
getRows() |
String[] |
getSelectorNames() |
getColumnNames, getColumnTypes, getNodes, getPlan, getWarnings, results, toString
public 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 graphResults, Schemata schemata)
public List<String> getColumnNameList()
getColumnNameList
in class JcrQueryResult
public List<String> getColumnTypeList()
getColumnTypeList
in class JcrQueryResult
public String[] getSelectorNames()
getSelectorNames
in interface QueryResult
getSelectorNames
in class JcrQueryResult
public RowIterator getRows()
getRows
in interface QueryResult
getRows
in class JcrQueryResult
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.