Interface Column<T>

Type Parameters:
T -
All Known Implementing Classes:
AncestorKeyColumn, CodeColumn, CodeLabelColumn, CodeListCodeColumn, CodeListDescriptionColumn, CodeParentKeyColumn, CodePrimaryKeyColumn, CodeValueFKColumn, CoordinateLatitudeColumn, CoordinateLatLonColumn, CoordinateLongitudeColumn, DataAncestorFKColumn, DataColumn, DataPrimaryKeyColumn, DataRecordKeyColumn, IdColumn

public interface Column<T>
Author:
G. Miceli
  • Method Details

    • getName

      String getName()
    • getType

      RDBJdbcType getType()
    • getLength

      Integer getLength()
    • isNullable

      boolean isNullable()