A manager to handle when cursors are killed after they are closed.
New cursor managers should be defined as subclasses of CursorManager and can be installed on a client by calling set_cursor_manager().
Changed in version 3.0: Undeprecated. close() now requires an address argument. The BatchCursorManager class is removed.
Instantiate the manager.
| Parameters : |
|
|---|
Kill a cursor.
Raises TypeError if cursor_id is not an instance of (int, long).
| Parameters : |
|
|---|
Changed in version 3.0: Now requires an address argument.