| Package | Description |
|---|---|
| liquibase.change.core | |
| liquibase.diff.output.changelog.core | |
| liquibase.statement.core |
| Modifier and Type | Method and Description |
|---|---|
List<AddColumnConfig> |
AddColumnChange.getColumns() |
List<AddColumnConfig> |
CreateIndexChange.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddColumnChange.addColumn(AddColumnConfig column) |
void |
CreateIndexChange.addColumn(AddColumnConfig column) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddColumnChange.setColumns(List<AddColumnConfig> columns) |
void |
CreateIndexChange.setColumns(List<AddColumnConfig> columns) |
| Modifier and Type | Method and Description |
|---|---|
protected AddColumnConfig |
MissingColumnChangeGenerator.createAddColumnConfig() |
| Modifier and Type | Method and Description |
|---|---|
AddColumnConfig[] |
CreateIndexStatement.getColumns() |
| Constructor and Description |
|---|
CreateIndexStatement(String indexName,
String tableCatalogName,
String tableSchemaName,
String tableName,
Boolean isUnique,
String associatedWith,
AddColumnConfig... columns) |
Copyright © 2018 Liquibase.org. All rights reserved.