Class DatabaseRow


  • public class DatabaseRow
    extends Object
    A simple representation of a DB row.
    • Constructor Detail

      • DatabaseRow

        public DatabaseRow()
    • Method Detail

      • getCellValue

        public String getCellValue​(String cellName)
        Parameters:
        cellName - the column(cell) name
        Returns:
        the value of a database cell
      • getCell

        public DatabaseCell getCell​(String cellName)
        Parameters:
        cellName - the column(cell) name
        Returns:
        a database cell from this database row
      • getAllCells

        public DatabaseCell[] getAllCells()
        Returns:
        all cells in this database row