Interface RowDescriptor
public interface RowDescriptor
Describe a database row.
-
Method Summary
Modifier and TypeMethodDescriptionintcolumnIndex(String columnName) Get the index of the named column or -1 when not found
-
Method Details
-
columnIndex
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
-
columnDescriptors
List<ColumnDescriptor> columnDescriptors()- Returns:
- the list of column descriptors
-