Package com.healthmarketscience.jackcess
Interface RowId
-
- All Superinterfaces:
Comparable<RowId>
- All Known Implementing Classes:
RowIdImpl
public interface RowId extends Comparable<RowId>
Uniquely identifies a row of data within the access database. While RowIds are largely opaque identifiers, they are comparable to each other (within the same table) and have validequals(),hashCode()andtoString()methods.- Author:
- James Ahlborn
- Usage:
- Intermediate: This class requires moderate API knowledge.
-
-
Method Summary
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-