| Package | Description |
|---|---|
| com.holonplatform.jdbc | |
| com.holonplatform.jdbc.internal |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default BasicDataSource.Builder |
BasicDataSource.Builder.database(DatabasePlatform database)
Set the
DatabasePlatform from which to obtain the JDBC driver to use. |
DataSourceBuilder.Builder |
DataSourceBuilder.Builder.database(DatabasePlatform databasePlatform)
Set the database platform to which the DataSource is connected.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceBuilder.Builder |
DefaultDataSourceBuilder.DefaultBuilder.database(DatabasePlatform databasePlatform) |
Copyright © 2019 The Holon Platform. All rights reserved.