Abstract
Abstract
closeClose the cursor.
https://github.com/oracle/node-oracledb/blob/v5.0.0/doc/api.md#sodadoccursorclose
Abstract
getReturns the next SodaDocument in the cursor returned by a find().
https://github.com/oracle/node-oracledb/blob/v5.0.0/doc/api.md#sodadoccursorgetnext
the next document, or undefined when there are no further documents.
SODA document cursor class.
See
https://github.com/oracle/node-oracledb/blob/v5.0.0/doc/api.md#sodadocumentcursorclass A SodaDocumentCursor is used to walk through a set of SODA documents returned from a find() or getCursor() method.