Skip to content

Commit 0d932f8

Browse files
committed
Tweak new doc wording
1 parent 556fcab commit 0d932f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
29802980
been fetched, or the application does not want to continue getting
29812981
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.
29862986
29872987
When using Oracle Database 11gR2 or greater, then
29882988
[`prefetchRows`](#propdbprefetchrows) can be used to tune the

0 commit comments

Comments
 (0)