Uses of Class
liquibase.change.AddColumnConfig
Packages that use AddColumnConfig
Package
Description
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of AddColumnConfig in liquibase.change.core
Methods in liquibase.change.core that return types with arguments of type AddColumnConfigMethods in liquibase.change.core with parameters of type AddColumnConfigModifier and TypeMethodDescriptionvoidAddColumnChange.addColumn(AddColumnConfig column) voidCreateIndexChange.addColumn(AddColumnConfig column) Method parameters in liquibase.change.core with type arguments of type AddColumnConfigModifier and TypeMethodDescriptionvoidAddColumnChange.setColumns(List<AddColumnConfig> columns) voidCreateIndexChange.setColumns(List<AddColumnConfig> columns) -
Uses of AddColumnConfig in liquibase.diff.output.changelog.core
Methods in liquibase.diff.output.changelog.core that return AddColumnConfigModifier and TypeMethodDescriptionprotected AddColumnConfigMissingColumnChangeGenerator.createAddColumnConfig() -
Uses of AddColumnConfig in liquibase.statement.core
Constructors in liquibase.statement.core with parameters of type AddColumnConfigModifierConstructorDescriptionCreateIndexStatement(String indexName, String tableCatalogName, String tableSchemaName, String tableName, Boolean isUnique, String associatedWith, String using, AddColumnConfig... columns) CreateIndexStatement(String indexName, String tableCatalogName, String tableSchemaName, String tableName, Boolean isUnique, String associatedWith, AddColumnConfig... columns)