Package | Description |
---|---|
liquibase.diff.output |
Modifier and Type | Method and Description |
---|---|
static StandardObjectChangeFilter.FilterType |
StandardObjectChangeFilter.FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardObjectChangeFilter.FilterType[] |
StandardObjectChangeFilter.FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Filter(Class<DatabaseObject> objectType,
Pattern nameMatcher,
StandardObjectChangeFilter.FilterType filterType) |
StandardObjectChangeFilter(StandardObjectChangeFilter.FilterType type,
String filter) |
Copyright © 2016 Liquibase.org. All rights reserved.