Uses of Class
liquibase.change.AddColumnConfig
-
Packages that use AddColumnConfig Package Description liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.diff.output.changelog.core liquibase.statement.core -
-
Uses of AddColumnConfig in liquibase.change.core
Methods in liquibase.change.core that return types with arguments of type AddColumnConfig Modifier and Type Method Description List<AddColumnConfig>AddColumnChange. getColumns()List<AddColumnConfig>CreateIndexChange. getColumns()Methods in liquibase.change.core with parameters of type AddColumnConfig Modifier and Type Method Description voidAddColumnChange. addColumn(AddColumnConfig column)voidCreateIndexChange. addColumn(AddColumnConfig column)Method parameters in liquibase.change.core with type arguments of type AddColumnConfig Modifier and Type Method Description voidAddColumnChange. 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 AddColumnConfig Modifier and Type Method Description protected AddColumnConfigMissingColumnChangeGenerator. createAddColumnConfig() -
Uses of AddColumnConfig in liquibase.statement.core
Methods in liquibase.statement.core that return AddColumnConfig Modifier and Type Method Description AddColumnConfig[]CreateIndexStatement. getColumns()Constructors in liquibase.statement.core with parameters of type AddColumnConfig Constructor Description CreateIndexStatement(String indexName, String tableCatalogName, String tableSchemaName, String tableName, Boolean isUnique, String associatedWith, AddColumnConfig... columns)
-