File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2979,10 +2979,10 @@ Oracle REF CURSORS can be fetched in node-oracledb by binding a
2979
2979
[` getRow ()` ](#getrow) or [` getRows ()` ](getrows). When all rows have
2980
2980
been fetched, or the application does not want to continue getting
2981
2981
more rows, then the result set must be freed using
2982
- [` close ()` ](#close). If the REF cursor is not set any value or is set to NULL
2983
- in the PL/SQL procedure, the returned [ ` ResultSet` ](#resultsetclass) object
2984
- is an invalid one and methods like getRows() returns an error when invoked
2985
- on this object .
2982
+ [` close ()` ](#close). If the REF cursor is not set to any value, or is
2983
+ set to NULL, in the PL/SQL procedure, then the returned ` ResultSet` is
2984
+ invalid and methods like ` getRows ()` will return an error when
2985
+ invoked .
2986
2986
2987
2987
When using Oracle Database 11gR2 or greater, then
2988
2988
[` prefetchRows` ](#propdbprefetchrows) can be used to tune the
You can’t perform that action at this time.
0 commit comments