|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Row
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 |
|---|
Value[] getValues()
throws RepositoryException
QueryResult.getColumnNames().Value array.RepositoryException - if an error occurs
Value getValue(java.lang.String propertyName)
throws ItemNotFoundException,
RepositoryException
Row. <p/> 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.
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||