Interface IDataColumnSchema
public interface IDataColumnSchema
A DataColumnSchema describes all properties of a column inside a DataTableSchema.
-
Method Summary
-
Method Details
-
getIndex
int getIndex()Returns the position of this column in the data table schema.- Returns:
- the position of this column in the data table schema
-
getName
String getName()Returns the name of the column.- Returns:
- the column name
-