public interface Row
| Modifier and Type | Method and Description |
|---|---|
Value |
getValue(java.lang.String propertyName)
Returns the value of the indicated property in this
Row. |
Value[] |
getValues()
Returns an array of all the values in the same order as the
column names returned by
QueryResult.getColumnNames(). |
Value[] getValues() throws RepositoryException
QueryResult.getColumnNames().Value array.RepositoryException - if an error occursValue getValue(java.lang.String propertyName) throws ItemNotFoundException, RepositoryException
Row.
If propertyName is not among the column names of the query result
table, an ItemNotFoundException is thrown.ValueItemNotFoundException - if propertyName s not among the
column names of the query result tableRepositoryException - if anopther error occurs.