Uses of Interface
liquibase.change.DbmsTargetedChange
Package
Description
The change package contains the available database "changes".
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of DbmsTargetedChange in liquibase.change
Modifier and TypeClassDescriptionclass
A common parent for all raw SQL related changes regardless of where the sql was sourced from. -
Uses of DbmsTargetedChange in liquibase.change.core
Modifier and TypeClassDescriptionclass
class
Inserts data into an existing table.class
Allows execution of arbitrary SQL.class
Represents a Change for custom SQL stored in a File.