Package org.apache.jackrabbit.spi2dav
Class QueryInfoImpl
- java.lang.Object
-
- org.apache.jackrabbit.spi2dav.QueryInfoImpl
-
-
Constructor Summary
Constructors Constructor Description QueryInfoImpl(MultiStatus ms, IdFactory idFactory, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getColumnNames()
RangeIterator
getRows()
String[]
getSelectorNames()
-
-
-
Constructor Detail
-
QueryInfoImpl
public QueryInfoImpl(MultiStatus ms, IdFactory idFactory, NamePathResolver resolver, ValueFactory valueFactory, QValueFactory qValueFactory) throws RepositoryException
- Throws:
RepositoryException
-
-
Method Detail
-
getRows
public RangeIterator getRows()
- Specified by:
getRows
in interfaceQueryInfo
- Returns:
- an iterator over the
QueryResultRow
s. - See Also:
QueryInfo.getRows()
-
getColumnNames
public String[] getColumnNames()
- Specified by:
getColumnNames
in interfaceQueryInfo
- Returns:
- an array of
String
s representing the column names of the query result. - See Also:
QueryInfo.getColumnNames()
-
getSelectorNames
public String[] getSelectorNames()
- Specified by:
getSelectorNames
in interfaceQueryInfo
- Returns:
- an array of
String
s representing the selector names of the query result. - See Also:
QueryInfo.getSelectorNames()
-
-