| Package | Description |
|---|---|
| liquibase.changelog |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseChangeLog.OnUnknownFileFormat |
DatabaseChangeLog.OnUnknownFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseChangeLog.OnUnknownFileFormat[] |
DatabaseChangeLog.OnUnknownFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
Labels labels,
Boolean ignore,
DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) |
boolean |
DatabaseChangeLog.include(String fileName,
boolean isRelativePath,
ResourceAccessor resourceAccessor,
ContextExpression includeContextFilter,
Labels labels,
Boolean ignore,
DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat,
liquibase.changelog.DatabaseChangeLog.ModifyChangeSets modifyChangeSets) |
Copyright © 2023 Liquibase.org. All rights reserved.