| Package | Description |
|---|---|
| liquibase.changelog.visitor | |
| liquibase.precondition.core |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
void |
ChangeExecListener.preconditionFailed(PreconditionFailedException error,
PreconditionContainer.FailOption onFail) |
| Modifier and Type | Method and Description |
|---|---|
PreconditionContainer.FailOption |
PreconditionContainer.getOnFail() |
static PreconditionContainer.FailOption |
PreconditionContainer.FailOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreconditionContainer.FailOption[] |
PreconditionContainer.FailOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Liquibase.org. All rights reserved.