public interface QueryInfo
QueryInfo
is the the return value of
RepositoryService.executeQuery(SessionInfo, String, String, Map, long, long, Map)
which is used to run a query on the RepositoryService
. It
provides access to the rows of the query result as well as to the column
names.QueryResult.getRows()
,
QueryResult.getColumnNames()
,
QueryResult.getNodes()
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames() |
javax.jcr.RangeIterator |
getRows() |
String[] |
getSelectorNames() |
javax.jcr.RangeIterator getRows()
QueryResultRow
s.QueryResult.getRows()
String[] getColumnNames()
String
s representing the column names of
the query result.QueryResult.getColumnNames()
String[] getSelectorNames()
String
s representing the selector names of
the query result.QueryResult.getSelectorNames()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.