Uses of Class
liquibase.diff.compare.CompareControl.DatabaseRole

Packages that use CompareControl.DatabaseRole
liquibase.diff.compare   
 

Uses of CompareControl.DatabaseRole in liquibase.diff.compare
 

Methods in liquibase.diff.compare that return CompareControl.DatabaseRole
static CompareControl.DatabaseRole CompareControl.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
 CatalogAndSchema[] CompareControl.getSchemas(CompareControl.DatabaseRole databaseRole)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.