org.priha.query
Class QueryResultImpl

java.lang.Object
  extended by org.priha.query.QueryResultImpl

public class QueryResultImpl
extends java.lang.Object


Nested Class Summary
static class QueryResultImpl.RowImpl
           
 
Constructor Summary
QueryResultImpl(java.util.List<NodeImpl> matches, java.util.List<QName> columnNames)
           
 
Method Summary
 java.lang.String[] getColumnNames()
           
 NodeIterator getNodes()
           
 RowIterator getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResultImpl

public QueryResultImpl(java.util.List<NodeImpl> matches,
                       java.util.List<QName> columnNames)
Method Detail

getColumnNames

public java.lang.String[] getColumnNames()
                                  throws RepositoryException
Throws:
RepositoryException

getNodes

public NodeIterator getNodes()
                      throws RepositoryException
Throws:
RepositoryException

getRows

public RowIterator getRows()
                    throws RepositoryException
Throws:
RepositoryException