Partage via


SqlSourcePlatform Class

public final class SqlSourcePlatform
extends ExpandableStringEnum<SqlSourcePlatform>

An enumeration of source platform types.

Field Summary

Modifier and Type Field and Description
static final SqlSourcePlatform SQL_ON_PREM

Static value SqlOnPrem for SqlSourcePlatform.

Constructor Summary

Constructor Description
SqlSourcePlatform()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlSourcePlatform value.

Method Summary

Modifier and Type Method and Description
static SqlSourcePlatform fromString(String name)

Creates or finds a SqlSourcePlatform from its string representation.

static Collection<SqlSourcePlatform> values()

Gets known SqlSourcePlatform values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SQL_ON_PREM

public static final SqlSourcePlatform SQL_ON_PREM

Static value SqlOnPrem for SqlSourcePlatform.

Constructor Details

SqlSourcePlatform

@Deprecated
public SqlSourcePlatform()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlSourcePlatform value.

Method Details

fromString

public static SqlSourcePlatform fromString(String name)

Creates or finds a SqlSourcePlatform from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SqlSourcePlatform.

values

public static Collection<SqlSourcePlatform> values()

Gets known SqlSourcePlatform values.

Returns:

known SqlSourcePlatform values.

Applies to