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