Class CatalogCollationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CatalogCollationType>
com.azure.resourcemanager.sql.models.CatalogCollationType
public final class CatalogCollationType
extends com.azure.core.util.ExpandableStringEnum<CatalogCollationType>
Collation of the metadata catalog.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CatalogCollationTypeStatic value DATABASE_DEFAULT for CatalogCollationType.static final CatalogCollationTypeStatic value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogCollationTypefromString(String name) Creates or finds a CatalogCollationType from its string representation.static Collection<CatalogCollationType>values()Gets known CatalogCollationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DATABASE_DEFAULT
Static value DATABASE_DEFAULT for CatalogCollationType. -
SQL_LATIN1_GENERAL_CP1_CI_AS
Static value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType.
-
-
Constructor Details
-
CatalogCollationType
public CatalogCollationType()
-
-
Method Details
-
fromString
Creates or finds a CatalogCollationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CatalogCollationType.
-
values
Gets known CatalogCollationType values.- Returns:
- known CatalogCollationType values.
-