public interface OracleQueryResult extends QueryResult
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this OracleQueryResult, releasing any resources held.
|
getColumnNames, getNodes, getRowsvoid 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.