Package | Description |
---|---|
com.mongodb.client |
This package contains client interfaces
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
ServerCursor |
MongoCursor.getServerCursor()
Returns the server cursor, which can be null if the no cursor was created or if the cursor has been exhausted or killed.
|
Modifier and Type | Method and Description |
---|---|
ServerCursor |
QueryResult.getCursor()
Gets the cursor.
|
Modifier and Type | Method and Description |
---|---|
ServerCursor |
BatchCursor.getServerCursor()
Returns the server cursor
|
Copyright © 2016. All Rights Reserved.