Class Column
- Object
-
- AbstractColumn
-
- Column
-
- 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
-
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
-
-
-
-
Constructor Detail
-
Column
public Column(DMField field, Table table)
-
-