Interface IDataColumnSchema


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

      • 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

        java.lang.String getName()
        Returns the name of the column.
        Returns:
        the column name