Class Column

  • All Implemented Interfaces:
    Serializable, Comparable<Column>, Column, NamedStructure, HasName

    public class Column
    extends Column
    Represents a column and its metadata description.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected DMField field  
      • Fields inherited from class Column

        columnNumber, label, name, primaryKey, remarks, table, type
    • Constructor Summary

      Constructors 
      Constructor Description
      Column​(DMField field, Table table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DMField getField()  
      • Methods inherited from class Column

        getColumnNumber, getColumnSize, getLabel, getName, getNativeType, getQuote, getRemarks, getTable, getType, isIndexed, isNullable, isPrimaryKey, toColumnType
      • Methods inherited from class AbstractColumn

        compareTo, equals, getQualifiedLabel, getQuotedName, hashCode, toString
    • Field Detail

      • field

        protected transient DMField field
    • Constructor Detail

      • Column

        public Column​(DMField field,
                      Table table)
    • Method Detail

      • getField

        public DMField getField()