org.apache.jackrabbit.spi2dav
Class QueryInfoImpl
java.lang.Object
org.apache.jackrabbit.spi2dav.QueryInfoImpl
- All Implemented Interfaces:
- QueryInfo
public class QueryInfoImpl
- extends Object
- implements QueryInfo
QueryInfoImpl...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryInfoImpl
public QueryInfoImpl(MultiStatus ms,
IdFactory idFactory,
NamePathResolver resolver,
ValueFactory valueFactory,
QValueFactory qValueFactory)
throws RepositoryException
- Throws:
RepositoryException
getRows
public RangeIterator getRows()
- Specified by:
getRows in interface QueryInfo
- Returns:
- an iterator over the
QueryResultRows. - See Also:
QueryInfo.getRows()
getColumnNames
public String[] getColumnNames()
- Specified by:
getColumnNames in interface QueryInfo
- Returns:
- an array of
Strings representing the column names of
the query result. - See Also:
QueryInfo.getColumnNames()
getSelectorNames
public Name[] getSelectorNames()
- Specified by:
getSelectorNames in interface QueryInfo
- Returns:
- an array of
Names representing the selector names of
the query result. - See Also:
QueryInfo.getSelectorNames()
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.