Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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) . |
Modifier and Type | Method and Description |
---|---|
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() . |
Modifier and Type | Method and Description |
---|---|
void |
CursorImpl.restoreSavepoint(Cursor.Savepoint savepoint) |
Copyright © 2005–2024 OpenHMS. All rights reserved.