Interface IDataColumnSchema


public interface IDataColumnSchema
A DataColumnSchema describes all properties of a column inside a DataTableSchema.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the position of this column in the data table schema.
    Returns the name of the column.
  • 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