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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetLength()StringgetName()RDBJdbcTypegetType()booleanisNullable()
-
-
-
Method Detail
-
getName
String getName()
-
getType
RDBJdbcType getType()
-
getLength
Integer getLength()
-
isNullable
boolean isNullable()
-
-