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 TypeMethodDescriptionvoid
AddColumnChange.addColumn
(AddColumnConfig column) void
CreateIndexChange.addColumn
(AddColumnConfig column) Method parameters in liquibase.change.core with type arguments of type AddColumnConfigModifier and TypeMethodDescriptionvoid
AddColumnChange.setColumns
(List<AddColumnConfig> columns) void
CreateIndexChange.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 AddColumnConfig
MissingColumnChangeGenerator.createAddColumnConfig()
-
Uses of AddColumnConfig in liquibase.statement.core
Methods in liquibase.statement.core that return AddColumnConfigConstructors in liquibase.statement.core with parameters of type AddColumnConfigModifierConstructorDescriptionCreateIndexStatement
(String indexName, String tableCatalogName, String tableSchemaName, String tableName, Boolean isUnique, String associatedWith, AddColumnConfig... columns)