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