Interface Row

  • All Superinterfaces:
    java.lang.Comparable<FieldValue>, FieldValue, RecordValue
    All Known Subinterfaces:
    PrimaryKey, ReturnRow

    public interface Row
    extends RecordValue
    Row is a specialization of RecordValue to represent a single record, or row, in a table. It is a central object used in most table operations defined in TableAPI.

    Row objects are constructed explicitly using createRow or implicitly when returned from table access operations.

    Since:
    3.0