|
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 OracleQueryResult
OracleQueryResult is the result of executing an OracleQuery.
| Method Summary | |
|---|---|
void |
close()Closes this OracleQueryResult, releasing any resources held. |
| Methods inherited from interface javax.jcr.query.QueryResult |
|---|
getColumnNames, getNodes, getRows |
| Method Detail |
|---|
void close()
If this OracleQueryResult was returned by calling the execute method of OracleQuery with a willClose of true, close must be called after processing query results to ensure all resources held by the query are released.
|
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 | ||||||||