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
29792979[` getRow ()` ](#getrow) or [` getRows ()` ](getrows). When all rows have
29802980been fetched, or the application does not want to continue getting
29812981more 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 .
29862986
29872987When using Oracle Database 11gR2 or greater, then
29882988[` prefetchRows` ](#propdbprefetchrows) can be used to tune the
You can’t perform that action at this time.
0 commit comments