Partager via


CatalogCollationType Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.CatalogCollationType

public final class CatalogCollationType
extends com.microsoft.rest.ExpandableStringEnum<CatalogCollationType>

Définit des valeurs pour CatalogCollationType.

Récapitulatif du champ

Modificateur et type Champ et description
static final CatalogCollationType DATABASE_DEFAULT

Valeur statique DATABASE_DEFAULT pour le type de classementdu catalogue.

static final CatalogCollationType SQL_LATIN1_GENERAL_CP1_CI_AS

Valeur statique SQL_Latin1_General_CP1_CI_AS pour le type de classementdu catalogue.

Récapitulatif du constructeur

Constructeur Description
CatalogCollationType()

Résumé de la méthode

Modificateur et type Méthode et description
static CatalogCollationType fromString(String name)

Crée ou recherche un type de classementde catalogueà partir de sa représentation sous forme de chaîne.

static java.util.Collection<CatalogCollationType> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du champ

DATABASE_DEFAULT

public static final CatalogCollationType DATABASE_DEFAULT

Valeur statique DATABASE_DEFAULT pour CatalogCollationType.

SQL_LATIN1_GENERAL_CP1_CI_AS

public static final CatalogCollationType SQL_LATIN1_GENERAL_CP1_CI_AS

Valeur statique SQL_Latin1_General_CP1_CI_AS pour CatalogCollationType.

Détails du constructeur

CatalogCollationType

public CatalogCollationType()

Détails de la méthode

fromString

public static CatalogCollationType fromString(String name)

Crée ou recherche un CatalogCollationType à partir de sa représentation sous forme de chaîne.

Parameters:

name - un nom à rechercher

Returns:

CatalogCollationType correspondant

values

public static Collection values()

Returns:

valeurs CatalogCollationType connues

S’applique à