Package com.healthmarketscience.jackcess
Interface Cursor.Savepoint
-
- Enclosing interface:
- Cursor
public static interface Cursor.SavepointValue object which represents a complete save state of the cursor. Savepoints are created by callingCursor.getSavepoint()and used by callingCursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint)to return the the cursor state at the time the Savepoint was created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cursor.PositiongetCurrentPosition()Cursor.IdgetCursorId()
-
-
-
Method Detail
-
getCursorId
Cursor.Id getCursorId()
-
getCurrentPosition
Cursor.Position getCurrentPosition()
-
-