| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogCollationType |
DatabaseInner.catalogCollation()
Get the catalogCollation property: Collation of the metadata catalog.
|
CatalogCollationType |
ManagedDatabaseInner.catalogCollation()
Get the catalogCollation property: Collation of the metadata catalog.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInner |
DatabaseInner.withCatalogCollation(CatalogCollationType catalogCollation)
Set the catalogCollation property: Collation of the metadata catalog.
|
ManagedDatabaseInner |
ManagedDatabaseInner.withCatalogCollation(CatalogCollationType catalogCollation)
Set the catalogCollation property: Collation of the metadata catalog.
|
| 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 the catalogCollation property: Collation of the metadata catalog.
|
CatalogCollationType |
DatabaseUpdate.catalogCollation()
Get the catalogCollation property: 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 |
|---|---|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)
Set the catalogCollation property: Collation of the metadata catalog.
|
DatabaseUpdate |
DatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)
Set the catalogCollation property: Collation of the metadata catalog.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.