Uses of Class
liquibase.diff.compare.CompareControl.DatabaseRole
-
Packages that use CompareControl.DatabaseRole Package Description liquibase.diff.compare -
-
Uses of CompareControl.DatabaseRole in liquibase.diff.compare
Methods in liquibase.diff.compare that return CompareControl.DatabaseRole Modifier and Type Method Description static CompareControl.DatabaseRoleCompareControl.DatabaseRole. valueOf(String name)Returns the enum constant of this type with the specified name.static CompareControl.DatabaseRole[]CompareControl.DatabaseRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in liquibase.diff.compare with parameters of type CompareControl.DatabaseRole Modifier and Type Method Description CatalogAndSchema[]CompareControl. getSchemas(CompareControl.DatabaseRole databaseRole)
-