Package | Description |
---|---|
liquibase.change |
The change package contains the available database "changes".
|
Modifier and Type | Method and Description |
---|---|
ChangeStatus.Status |
ChangeStatus.getStatus() |
static ChangeStatus.Status |
ChangeStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeStatus.Status[] |
ChangeStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Liquibase.org. All rights reserved.