| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
DataSourceProvider.getDatabaseType()
Returns the database type.
|
DatabaseType |
DataSourceProviderImpl.getDatabaseType() |
DatabaseType |
TenantAwareDataSourceProvider.getDatabaseType(com.atlassian.tenancy.api.Tenant tenant)
Returns the database type for the tenant
|
DatabaseType |
AbstractTenantAwareDataSourceProvider.getDatabaseType(com.atlassian.tenancy.api.Tenant tenant)
Always returns com.atlassian.activeobjects.spi.DatabaseType#UNKNOWN
|
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 © 2018 Atlassian. All rights reserved.