Interface ColumnInfo
- All Superinterfaces:
Comparable<ColumnInfo>
- All Known Subinterfaces:
ModelColumnInfo
- All Known Implementing Classes:
ModelColumnInfoImpl
,SimpleColumnInfo
All properties needed to create columns for a table.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
isLocalized
boolean isLocalized() -
getType
String getType() -
getValueType
LiquibaseConstants.ValueType getValueType() -
getLocale
-
isDefaultLanguage
boolean isDefaultLanguage()If the field/column is localized, this returns whether this column represents the nice2 default language. -
isIdentifier
boolean isIdentifier() -
isUnique
boolean isUnique() -
getColumnName
String getColumnName() -
isPrimaryKey
boolean isPrimaryKey() -
isNullable
boolean isNullable() -
getForeignKey
-
isRemoved
boolean isRemoved()- Returns:
- whether this column/field has been removed by the customer module
-