Abstract
SODA document cursor class.
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.
Close the cursor.
https://github.com/oracle/node-oracledb/blob/v5.0.0/doc/api.md#sodadoccursorclose
Returns the next SodaDocument in the cursor returned by a find().
the next document, or undefined when there are no further documents.
https://github.com/oracle/node-oracledb/blob/v5.0.0/doc/api.md#sodadoccursorgetnext
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.