Interface IDataColumnSchema
-
public interface IDataColumnSchema
A DataColumnSchema describes all properties of a column inside a DataTableSchema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
Returns the position of this column in the data table schema.java.lang.String
getName()
Returns the name of the column.
-