| Package | Description |
|---|---|
| com.atlassian.bamboo.health | |
| com.atlassian.bamboo.hibernate | |
| com.atlassian.bamboo.persistence3 | |
| com.atlassian.bamboo.utils.db |
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
BambooHealthCheckServiceImpl.getDatabaseType() |
DatabaseType |
BambooHealthCheckService.getDatabaseType()
Instance database type
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType |
DatabaseVersionHolder.getDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable String |
DialectSelector.getDialect(@NotNull DatabaseType databaseType,
@NotNull Version version) |
static void |
DatabaseVersionHolder.setDatabaseType(DatabaseType databaseType) |
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
BambooDatabaseTypeProviderImpl.getDatabaseType() |
DatabaseType |
BambooDatabaseTypeProvider.getDatabaseType()
Detect used database type
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
MsSqlDbmsBean.getDatabaseType() |
DatabaseType |
H2DbmsBean.getDatabaseType() |
DatabaseType |
PostgreSqlDbmsBean.getDatabaseType() |
DatabaseType |
OracleDbmsBean.getDatabaseType() |
DatabaseType |
MySqlDbmsBean.getDatabaseType() |
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.