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.Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames() |
RangeIterator |
getRows() |
String[] |
getSelectorNames() |
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–2022 The Apache Software Foundation. All rights reserved.