public interface Row
Value[] getValues() throws RepositoryException
QueryResult.getColumnNames()
.Value
array.RepositoryException
- if an error occursValue getValue(String propertyName) throws ItemNotFoundException, RepositoryException
Row
.
If propertyName
is not among the column names of the query result
table, an ItemNotFoundException
is thrown.Value
ItemNotFoundException
- if propertyName
s not among the
column names of the query result tableRepositoryException
- if anopther error occurs.Copyright © 2004-2013 Day Management AG. All Rights Reserved.