| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
| liquibase.common.datatype | |
| liquibase.datatype | |
| liquibase.datatype.core | |
| liquibase.diff.output.changelog.core | |
| liquibase.statement |
| Class and Description |
|---|
| RawSQLChange
Allows execution of arbitrary SQL.
|
| Class and Description |
|---|
| AbstractModifyDataChange
Encapsulates common fields for update and delete changes.
|
| LoadDataChange |
| LoadDataChange.LOAD_DATA_TYPE |
| LoadDataColumnConfig |
| Class and Description |
|---|
| LoadDataChange.LOAD_DATA_TYPE |
| Class and Description |
|---|
| LoadDataChange.LOAD_DATA_TYPE |
| Class and Description |
|---|
| LoadDataChange.LOAD_DATA_TYPE |
| Class and Description |
|---|
| AddColumnChange
Adds a column to an existing table.
|
| AddPrimaryKeyChange
Creates a primary key out of an existing column or set of columns.
|
| AddUniqueConstraintChange
Adds a unique constraint to an existing column.
|
| AlterSequenceChange
Modifies properties of an existing sequence.
|
| CreateIndexChange
Creates an index on an existing column.
|
| CreateTableChange
Creates a new table.
|
| CreateViewChange
Creates a new view.
|
| DropIndexChange
Drops an existing index.
|
| DropUniqueConstraintChange
Removes an existing unique constraint.
|
| Class and Description |
|---|
| LoadDataColumnConfig |
Copyright © 2019 Liquibase.org. All rights reserved.