public static interface DbDesignCatalog.DatabaseDesignAnalysis
Modifier and Type | Method and Description |
---|---|
List<DatabaseData> |
getAllDatabasesWithInheritedTemplate()
Returns all databases that have a value in the database property
"Inherit design from master template"
|
Set<String> |
getAllInheritedTemplateNames()
Returns all the inherited template names that exist on the server
|
List<DatabaseData> |
getAllTemplateDatabases()
Returns all databases that have a value in the database property
"Database file is a master template"
|
Set<String> |
getAllTemplateNames()
Returns all the template names that exist on the server
|
List<DatabaseData> |
getDatabasesInheritingTemplate(String templateName)
Get all databases with the specified value in the database property
"Inherit design from master template"
|
String |
getDirectory()
Returns the scanned directory
|
String |
getServer()
Returns the name of the scanned server
|
List<DatabaseData> |
getTemplateDatabases(String templateName)
Get all databases with the specified value in the database property
"Database file is a master template"
|
String getServer()
String getDirectory()
Set<String> getAllTemplateNames()
Set<String> getAllInheritedTemplateNames()
List<DatabaseData> getAllTemplateDatabases()
List<DatabaseData> getAllDatabasesWithInheritedTemplate()
List<DatabaseData> getTemplateDatabases(String templateName)
templateName
- template name or empty stringList<DatabaseData> getDatabasesInheritingTemplate(String templateName)
templateName
- template name or empty stringCopyright © 2019–2021 HCL. All rights reserved.