|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| 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()
|
String[] |
getSelectorNames()
|
| Methods inherited from class org.modeshape.jcr.query.JcrQueryResult |
|---|
getColumnNames, getColumnTypes, getNodes, getPlan, 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 JcrQueryResultpublic List<String> getColumnTypeList()
getColumnTypeList in class JcrQueryResultpublic String[] getSelectorNames()
getSelectorNames in interface QueryResultgetSelectorNames in class JcrQueryResultpublic RowIterator getRows()
getRows in interface QueryResultgetRows in class JcrQueryResult
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||