External: CoreCursor

CoreCursor

Namespace provided by the browser.

Methods

Clone the cursor

next(callback){null}

Get the next available document from the cursor, returns null if no more documents are available.

Name Type Description
callback Cursor~resultCallback

The result callback.

Throws:
MongoError

next(callback){null}

Get the next available document from the cursor, returns null if no more documents are available.

Name Type Description
callback AggregationCursor~resultCallback

The result callback.

Throws:
MongoError

rewind(){null}

Resets the cursor

comments powered by Disqus
Documentation generated by JSDoc 3.3.0-alpha9 on Wed Oct 29 2014 13:04:57 GMT+0100 (CET)