| Modifier and Type | Field and Description |
|---|---|
static CatalogCollationType |
CatalogCollationType.DATABASE_DEFAULT
Static value DATABASE_DEFAULT for CatalogCollationType.
|
static CatalogCollationType |
CatalogCollationType.SQL_LATIN1_GENERAL_CP1_CI_AS
Static value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogCollationType |
ManagedDatabaseUpdate.catalogCollation()
Get collation of the metadata catalog.
|
static CatalogCollationType |
CatalogCollationType.fromString(String name)
Creates or finds a CatalogCollationType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<CatalogCollationType> |
CatalogCollationType.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)
Set collation of the metadata catalog.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/