| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Class and Description |
|---|---|
private class |
IndexCursorImpl.ForwardIndexDirHandler
Handles moving the table index cursor forward.
|
private class |
IndexCursorImpl.IndexDirHandler
Handles moving the table index cursor in a given direction.
|
private class |
IndexCursorImpl.ReverseIndexDirHandler
Handles moving the table index cursor backward.
|
private class |
TableScanCursor.ForwardScanDirHandler
Handles moving the table scan cursor forward.
|
private class |
TableScanCursor.ReverseScanDirHandler
Handles moving the table scan cursor backward.
|
private class |
TableScanCursor.ScanDirHandler
Handles moving the table scan cursor in a given direction.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract CursorImpl.DirHandler |
CursorImpl.getDirHandler(boolean moveForward)
Returns the DirHandler for the given movement direction.
|