|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cursor.Savepoint | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of Cursor.Savepoint in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return Cursor.Savepoint | |
|---|---|
Cursor.Savepoint |
Cursor.getSavepoint()
Returns the current state of the cursor which can be restored at a future point in time by a call to Cursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint). |
| Methods in com.healthmarketscience.jackcess with parameters of type Cursor.Savepoint | |
|---|---|
CursorBuilder |
CursorBuilder.restoreSavepoint(Cursor.Savepoint savepoint)
Sets a savepoint to restore for the initial position of the cursor. |
void |
Cursor.restoreSavepoint(Cursor.Savepoint savepoint)
Moves the cursor to a savepoint previously returned from Cursor.getSavepoint(). |
| Uses of Cursor.Savepoint in com.healthmarketscience.jackcess.impl |
|---|
| Classes in com.healthmarketscience.jackcess.impl that implement Cursor.Savepoint | |
|---|---|
protected static class |
CursorImpl.SavepointImpl
Value object which represents a complete save state of the cursor. |
| Methods in com.healthmarketscience.jackcess.impl with parameters of type Cursor.Savepoint | |
|---|---|
void |
CursorImpl.restoreSavepoint(Cursor.Savepoint savepoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||