Interface Table

All Known Subinterfaces:
TableColumnar

public interface Table
Represents a tabular data set with a name, description, and row/column dimensions.
  • Method Details

    • getName

      TableName getName()
    • getDescription

      TableDescription getDescription()
    • getColumnCount

      int getColumnCount()
    • getRowCount

      int getRowCount()
    • getLastRow

      Table getLastRow()
      Returns a one-row table containing the last row.
      Returns:
      a one-row table containing the last row
    • getFirstRow

      Table getFirstRow()
      Returns a one-row table containing the first row.
      Returns:
      a one-row table containing the first row
    • getRow

      Table getRow(int i)
      Returns a one-row table containing the row at the supplied index.
      Parameters:
      i - the zero-based row index
      Returns:
      a one-row table containing the row at i