Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLChange
A common parent for all raw SQL related changes regardless of where the sql was sourced from.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateProcedureChange |
class |
InsertDataChange
Inserts data into an existing table.
|
class |
RawSQLChange
Allows execution of arbitrary SQL.
|
class |
SQLFileChange
Represents a Change for custom SQL stored in a File.
|
Copyright © 2018 Liquibase.org. All rights reserved.