|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A row in the query result table.
| Method Summary | |
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(). |
| Method Detail |
public Value[] getValues()
throws RepositoryException
QueryResult.getColumnNames().
Value array.
RepositoryException - if an error occurs
public Value 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.
Value
ItemNotFoundException - if propertyName s not among the
column names of the query result table
RepositoryException - if anopther error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||