public final class CatalogCollationType extends com.microsoft.rest.ExpandableStringEnum<CatalogCollationType>
| Modifier and Type | Field and Description |
|---|---|
static CatalogCollationType |
DATABASE_DEFAULT
Static value DATABASE_DEFAULT for CatalogCollationType.
|
static CatalogCollationType |
SQL_LATIN1_GENERAL_CP1_CI_AS
Static value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType.
|
| Constructor and Description |
|---|
CatalogCollationType() |
| Modifier and Type | Method and Description |
|---|---|
static CatalogCollationType |
fromString(String name)
Creates or finds a CatalogCollationType from its string representation.
|
static Collection<CatalogCollationType> |
values() |
public static final CatalogCollationType DATABASE_DEFAULT
public static final CatalogCollationType SQL_LATIN1_GENERAL_CP1_CI_AS
public static CatalogCollationType fromString(String name)
name - a name to look forpublic static Collection<CatalogCollationType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/