Package liquibase.changelog.column
Class LiquibaseColumn
java.lang.Object
liquibase.structure.AbstractDatabaseObject
liquibase.structure.core.Column
liquibase.changelog.column.LiquibaseColumn
- All Implemented Interfaces:
Comparable,LiquibaseSerializable,DatabaseObject
This class is just a marker class that is used to distinguish columns that are
used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns
that might be used in Liquibase-managed database schemas.
-
Nested Class Summary
Nested classes/interfaces inherited from class liquibase.structure.core.Column
Column.AutoIncrementInformationNested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType -
Field Summary
Fields inherited from class liquibase.structure.AbstractDatabaseObject
CURLY_BRACKET_PATTERNFields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class liquibase.structure.core.Column
arrayFromNames, compareTo, equals, fromName, getAutoIncrementInformation, getComputed, getContainingObjects, getDefaultValue, getDefaultValueConstraintName, getDescending, getIncluded, getName, getOrder, getRelation, getRemarks, getSchema, getSerializableFields, getType, getValidate, getValidateNullable, hashCode, isAutoIncrement, isCertainDataType, isDataTypeDifferent, isDifferent, isForIndex, isNullabilityDifferent, isNullable, listFromNames, load, setAutoIncrementInformation, setCertainDataType, setComputed, setDefaultValue, setDefaultValueConstraintName, setDescending, setForIndex, setIncluded, setName, setName, setNullable, setOrder, setRelation, setRemarks, setType, setValidateNullable, toString, toStringMethods inherited from class liquibase.structure.AbstractDatabaseObject
getAttribute, getAttribute, getAttributes, getObjectTypeName, getSerializableFieldNamespace, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotId, serialize, setAttribute, setSnapshotId, shouldIncludeCatalogInSpecification, snapshotByDefault
-
Constructor Details
-
LiquibaseColumn
public LiquibaseColumn()
-