Uses of Interface
com.healthmarketscience.jackcess.Cursor.Savepoint
-
Packages that use Cursor.Savepoint Package Description com.healthmarketscience.jackcess com.healthmarketscience.jackcess.impl -
-
Uses of Cursor.Savepoint in com.healthmarketscience.jackcess
Methods in com.healthmarketscience.jackcess that return Cursor.Savepoint Modifier and Type Method Description Cursor.SavepointCursor. getSavepoint()Returns the current state of the cursor which can be restored at a future point in time by a call toCursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint).Methods in com.healthmarketscience.jackcess with parameters of type Cursor.Savepoint Modifier and Type Method Description voidCursor. restoreSavepoint(Cursor.Savepoint savepoint)Moves the cursor to a savepoint previously returned fromCursor.getSavepoint().CursorBuilderCursorBuilder. restoreSavepoint(Cursor.Savepoint savepoint)Sets a savepoint to restore for the initial position of the cursor. -
Uses of Cursor.Savepoint in com.healthmarketscience.jackcess.impl
Methods in com.healthmarketscience.jackcess.impl with parameters of type Cursor.Savepoint Modifier and Type Method Description voidCursorImpl. restoreSavepoint(Cursor.Savepoint savepoint)
-