CatalogCollationType クラス

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

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

CatalogCollationType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final CatalogCollationType DATABASE_DEFAULT

カタログ照合順序の種類の静的な値DATABASE_DEFAULT。

static final CatalogCollationType SQL_LATIN1_GENERAL_CP1_CI_AS

カタログ照合順序の種類の静的な値SQL_Latin1_General_CP1_CI_AS。

コンストラクターの概要

コンストラクター 説明
CatalogCollationType()

メソッドの概要

修飾子と型 メソッドと説明
static CatalogCollationType fromString(String name)

カタログ照合順序の種類を、その文字列表現から作成または検索します。

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

メソッドの継承元: 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

メソッドの継承元: 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

フィールドの詳細

DATABASE_DEFAULT

public static final CatalogCollationType DATABASE_DEFAULT

CatalogCollationType の静的な値DATABASE_DEFAULT。

SQL_LATIN1_GENERAL_CP1_CI_AS

public static final CatalogCollationType SQL_LATIN1_GENERAL_CP1_CI_AS

CatalogCollationType の静的な値SQL_Latin1_General_CP1_CI_AS。

コンストラクターの詳細

CatalogCollationType

public CatalogCollationType()

メソッドの詳細

fromString

public static CatalogCollationType fromString(String name)

CatalogCollationType を文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する CatalogCollationType

values

public static Collection values()

Returns:

既知の CatalogCollationType 値

適用対象