|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.query.JcrQueryResult
org.modeshape.jcr.query.XPathQueryResult
public class XPathQueryResult

QueryResult implementation for XPath results.
| Nested Class Summary | |
|---|---|
protected static class |
XPathQueryResult.XPathQueryResultRow
|
protected static class |
XPathQueryResult.XPathQueryResultRowIterator
|
| Nested classes/interfaces inherited from class org.modeshape.jcr.query.JcrQueryResult |
|---|
JcrQueryResult.MultiSelectorQueryResultRow, JcrQueryResult.QueryResultNodeIterator, JcrQueryResult.QueryResultRowIterator, JcrQueryResult.SingleSelectorQueryResultRow, JcrQueryResult.SingleSelectorQueryResultRowIterator |
| Field Summary | |
|---|---|
static String |
JCR_PATH_COLUMN_NAME
|
static String |
JCR_PATH_COLUMN_TYPE
|
static String |
JCR_SCORE_COLUMN_NAME
|
static String |
JCR_SCORE_COLUMN_TYPE
|
| Fields inherited from class org.modeshape.jcr.query.JcrQueryResult |
|---|
context, JCR_NAME_COLUMN_NAME, MODE_DEPTH_COLUMN_NAME, MODE_LOCALNAME_COLUMN_NAME, PSEUDO_COLUMNS, queryStatement, results, schemata |
| Constructor Summary | |
|---|---|
XPathQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata)
|
|
| Method Summary | |
|---|---|
List<String> |
getColumnNameList()
|
List<String> |
getColumnTypeList()
|
RowIterator |
getRows()
|
| Methods inherited from class org.modeshape.jcr.query.JcrQueryResult |
|---|
getColumnNames, getColumnTypes, getNodes, getPlan, getSelectorNames, results, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public XPathQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata)
| Method Detail |
|---|
public List<String> getColumnNameList()
getColumnNameList in class JcrQueryResultJcrQueryResult.getColumnNameList()public List<String> getColumnTypeList()
getColumnTypeList in class JcrQueryResultJcrQueryResult.getColumnTypeList()public RowIterator getRows()
getRows in interface QueryResultgetRows in class JcrQueryResultJcrQueryResult.getRows()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||