Interface ColumnInfo
-
public interface ColumnInfoMetadata for the columns in anIItemResultSet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumn()StringgetColumnId()
-
-
-
Method Detail
-
getColumnId
String getColumnId()
- Returns:
- the identifier for the Column.
-
getColumn
int getColumn()
- Returns:
- the column this represents.
-
-