|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use liquibase.change.core | |
---|---|
liquibase.change.core | |
liquibase.change.core.supplier | |
liquibase.diff.output.changelog.core |
Classes in liquibase.change.core used by liquibase.change.core | |
---|---|
AbstractModifyDataChange
Encapsulates common fields for update and delete changes. |
|
LoadDataChange
|
|
LoadDataColumnConfig
|
Classes in liquibase.change.core used by liquibase.change.core.supplier | |
---|---|
AddAutoIncrementChange
Makes an existing column into an auto-increment column. |
|
AddColumnChange
Adds a column to an existing table. |
|
AddDefaultValueChange
Sets a new default value to an existing column. |
|
AddForeignKeyConstraintChange
Adds a foreign key constraint to an existing column. |
|
AddLookupTableChange
Extracts data from an existing column to create a lookup table. |
|
AddNotNullConstraintChange
Adds a not-null constraint to an existing column. |
|
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. |
|
CreateProcedureChange
|
|
CreateSequenceChange
Creates a new sequence. |
|
CreateTableChange
Creates a new table. |
|
CreateViewChange
Creates a new view. |
|
DeleteDataChange
|
|
DropAllForeignKeyConstraintsChange
|
|
DropColumnChange
Drops an existing column from a table. |
|
DropDefaultValueChange
Removes the default value from an existing column. |
|
DropForeignKeyConstraintChange
Drops an existing foreign key constraint. |
|
DropIndexChange
Drops an existing index. |
|
DropNotNullConstraintChange
Drops a not-null constraint from an existing column. |
|
DropPrimaryKeyChange
Removes an existing primary key. |
|
DropProcedureChange
|
|
DropSequenceChange
Drops an existing sequence. |
|
DropTableChange
Drops an existing table. |
|
DropUniqueConstraintChange
Removes an existing unique constraint. |
|
DropViewChange
Drops an existing view. |
|
EmptyChange
|
|
ExecuteShellCommandChange
Executes a given shell executable. |
|
InsertDataChange
Inserts data into an existing table. |
|
LoadDataChange
|
|
LoadUpdateDataChange
|
|
MergeColumnChange
Combines data from two existing columns into a new column and drops the original columns. |
|
ModifyDataTypeChange
|
|
RawSQLChange
Allows execution of arbitrary SQL. |
|
RenameColumnChange
Renames an existing column. |
|
RenameSequenceChange
Renames an existing table. |
|
RenameTableChange
Renames an existing table. |
|
RenameViewChange
Renames an existing view. |
|
SQLFileChange
Represents a Change for custom SQL stored in a File. |
|
StopChange
|
|
TagDatabaseChange
|
|
UpdateDataChange
|
Classes in liquibase.change.core used by liquibase.diff.output.changelog.core | |
---|---|
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. |
|
DropIndexChange
Drops an existing index. |
|
DropUniqueConstraintChange
Removes an existing unique constraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |