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 valid equals(), hashCode() and toString() methods.
    Author:
    James Ahlborn
    Usage:
    Intermediate: This class requires moderate API knowledge.