| Modifier and Type | Field and Description |
|---|---|
static DatabaseType |
DatabaseType.LOCAL_MY_SQL
Static value LocalMySql for DatabaseType.
|
static DatabaseType |
DatabaseType.MY_SQL
Static value MySql for DatabaseType.
|
static DatabaseType |
DatabaseType.POSTGRE_SQL
Static value PostgreSql for DatabaseType.
|
static DatabaseType |
DatabaseType.SQL_AZURE
Static value SqlAzure for DatabaseType.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
DatabaseBackupSetting.databaseType()
Get database type (e.g.
|
static DatabaseType |
DatabaseType.fromString(String name)
Creates or finds a DatabaseType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DatabaseType> |
DatabaseType.values() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseBackupSetting |
DatabaseBackupSetting.withDatabaseType(DatabaseType databaseType)
Set database type (e.g.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/