Interface RowDescriptor


public interface RowDescriptor
Describe a database row.
  • Method Details

    • columnIndex

      int columnIndex(String columnName)
      Get the index of the named column or -1 when not found
      Parameters:
      columnName - the column to lookup
      Returns:
      the index of the column
    • columnNames

      List<String> columnNames()
      Returns:
      the list of the column names
    • columnDescriptors

      List<ColumnDescriptor> columnDescriptors()
      Returns:
      the list of column descriptors