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>
Defines values for CatalogCollationType.
-
-
Field Summary
Fields Modifier and Type Field Description static CatalogCollationTypeDATABASE_DEFAULTStatic value DATABASE_DEFAULT for CatalogCollationType.static CatalogCollationTypeSQL_LATIN1_GENERAL_CP1_CI_ASStatic value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType.
-
Constructor Summary
Constructors Constructor Description CatalogCollationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CatalogCollationTypefromString(String name)Creates or finds a CatalogCollationType from its string representation.static Collection<CatalogCollationType>values()
-
-
-
Field Detail
-
DATABASE_DEFAULT
public static final CatalogCollationType DATABASE_DEFAULT
Static value DATABASE_DEFAULT for CatalogCollationType.
-
SQL_LATIN1_GENERAL_CP1_CI_AS
public static final CatalogCollationType SQL_LATIN1_GENERAL_CP1_CI_AS
Static value SQL_Latin1_General_CP1_CI_AS for CatalogCollationType.
-
-
Method Detail
-
fromString
public static CatalogCollationType fromString(String name)
Creates or finds a CatalogCollationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CatalogCollationType.
-
values
public static Collection<CatalogCollationType> values()
- Returns:
- known CatalogCollationType values.
-
-