|
MongoCursor::deadChecks if there are documents that have not been sent yet from the database for this cursor Description
public bool MongoCursor::dead
( void
)
The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted.
A cursor being "dead" does not mean that
MongoCursor::hasNext will return ParametersThis function has no parameters. Return ValuesReturns if there are more results that have not been sent to the client, yet. |