| Package | Description |
|---|---|
| liquibase |
Liquibase top level namespace package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.child(Enum newValueKey,
Object newValue,
Scope.ScopedRunner runner) |
static void |
Scope.child(LiquibaseListener listener,
Map<String,Object> scopeValues,
Scope.ScopedRunner runner) |
static void |
Scope.child(LiquibaseListener listener,
Scope.ScopedRunner runner)
Creates a new child scope that includes the given
LiquibaseListener. |
static void |
Scope.child(Map<String,Object> scopeValues,
Scope.ScopedRunner runner)
Creates a new scope that is a child of this scope.
|
void |
Scope.child(String newValueKey,
Object newValue,
Scope.ScopedRunner runner)
Creates a new scope that is a child of this scope.
|
Copyright © 2019 Liquibase.org. All rights reserved.