com.healthmarketscience.jackcess
Interface Cursor.Savepoint
- All Known Implementing Classes:
- CursorImpl.SavepointImpl
- Enclosing interface:
- Cursor
public static interface Cursor.Savepoint
Value object which represents a complete save state of the cursor.
Savepoints are created by calling Cursor.getSavepoint() and used by
calling Cursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint) to return the the cursor state at
the time the Savepoint was created.
getCursorId
Cursor.Id getCursorId()
getCurrentPosition
Cursor.Position getCurrentPosition()
Copyright © 2005-2017 Health Market Science. All Rights Reserved.