|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
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 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.
Value
ItemNotFoundException
- if propertyName
s not among the column names of the query result tableRepositoryException
- if anopther error occurs.
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.