Constructor and Description |
---|
QueryInfoImpl(MultiStatus ms,
IdFactory idFactory,
NamePathResolver resolver,
ValueFactory valueFactory,
QValueFactory qValueFactory) |
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames() |
RangeIterator |
getRows() |
String[] |
getSelectorNames() |
public QueryInfoImpl(MultiStatus ms, IdFactory idFactory, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory) throws RepositoryException
RepositoryException
public RangeIterator getRows()
getRows
in interface QueryInfo
QueryResultRow
s.QueryInfo.getRows()
public String[] getColumnNames()
getColumnNames
in interface QueryInfo
String
s representing the column names of
the query result.QueryInfo.getColumnNames()
public String[] getSelectorNames()
getSelectorNames
in interface QueryInfo
String
s representing the selector names of
the query result.QueryInfo.getSelectorNames()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.