public class StaticDatabasePlatformSupport extends MapBasedDatabasePlatformSupport
| Constructor and Description |
|---|
StaticDatabasePlatformSupport()
Populates both the
driverClassNameMappings and schemeNames with
the configuration information. |
| Modifier and Type | Method and Description |
|---|---|
protected Map<DatabaseType,String> |
getAuthenticationInfo() |
protected Map<DatabaseType,String> |
getDriverClassNameMappings()
Template method that must be implemented in order to retrieve all driver class
names for every supported database platform.
|
protected Map<DatabaseType,String> |
getSchemeNames()
Template method that mus be implemented to get all scheme names for every supported
database platform.
|
getDatabaseUrlForDatabase, getDriverClassNameForDatabasepublic StaticDatabasePlatformSupport()
driverClassNameMappings and schemeNames with
the configuration information.protected Map<DatabaseType,String> getDriverClassNameMappings()
MapBasedDatabasePlatformSupportgetDriverClassNameMappings in class MapBasedDatabasePlatformSupportprotected Map<DatabaseType,String> getSchemeNames()
MapBasedDatabasePlatformSupportgetSchemeNames in class MapBasedDatabasePlatformSupportprotected Map<DatabaseType,String> getAuthenticationInfo()
getAuthenticationInfo in class MapBasedDatabasePlatformSupportCopyright © 2021 Pivotal Software, Inc.. All rights reserved.