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 | 
|---|---|
java.lang.String[] | 
getColumnNames()  | 
RangeIterator | 
getRows()  | 
java.lang.String[] | 
getSelectorNames()  | 
RangeIterator getRows()
QueryResultRows.QueryResult.getRows()java.lang.String[] getColumnNames()
Strings representing the column names of
         the query result.QueryResult.getColumnNames()java.lang.String[] getSelectorNames()
Strings representing the selector names of
         the query result.QueryResult.getSelectorNames()Copyright © 2010 - 2023 Adobe. All Rights Reserved