| Package | Description |
|---|---|
| com.holonplatform.jdbc |
| Modifier and Type | Field and Description |
|---|---|
static com.holonplatform.core.config.ConfigProperty<DatabasePlatform> |
DataSourceConfigProperties.PLATFORM
Database platform to use.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabasePlatform |
DatabasePlatform.fromUrl(String jdbcUrl)
Try to guess DatabasePlatform from given JDBC connection url
|
default DatabasePlatform |
DataSourceConfigProperties.getDatabasePlatform()
Gets configured
DatabasePlatform or try to detect it from connection url, if available |
static DatabasePlatform |
DatabasePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabasePlatform[] |
DatabasePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 The Holon Platform. All rights reserved.