| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private CursorImpl.IdImpl |
CursorImpl.SavepointImpl._cursorId |
private CursorImpl.IdImpl |
CursorImpl._id
identifier for this cursor
|
| Modifier and Type | Method and Description |
|---|---|
CursorImpl.IdImpl |
CursorImpl.SavepointImpl.getCursorId() |
CursorImpl.IdImpl |
CursorImpl.getId() |
| Constructor and Description |
|---|
CursorImpl(CursorImpl.IdImpl id,
TableImpl table,
CursorImpl.PositionImpl firstPos,
CursorImpl.PositionImpl lastPos) |
SavepointImpl(CursorImpl.IdImpl cursorId,
CursorImpl.PositionImpl curPos,
CursorImpl.PositionImpl prevPos) |