JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.healthmarketscience.jackcess
Interface Cursor.Position
All Known Implementing Classes:
CursorImpl.PositionImpl
,
IndexCursorImpl.IndexPosition
,
TableScanCursor.ScanPosition
Enclosing interface:
Cursor
public static interface
Cursor.Position
Value object which maintains the current position of the cursor.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
RowId
getRowId
()
Returns the unique RowId of the position of the cursor.
Method Detail
getRowId
RowId
getRowId()
Returns the unique RowId of the position of the cursor.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method