SqlPoolReferenceType Class

public final class SqlPoolReferenceType
extends ExpandableStringEnum<SqlPoolReferenceType>

SQL pool reference type.

Field Summary

Modifier and Type Field and Description
static final SqlPoolReferenceType SQL_POOL_REFERENCE

Static value SqlPoolReference for SqlPoolReferenceType.

Constructor Summary

Constructor Description
SqlPoolReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlPoolReferenceType value.

Method Summary

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

Creates or finds a SqlPoolReferenceType from its string representation.

static Collection<SqlPoolReferenceType> values()

Gets known SqlPoolReferenceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SQL_POOL_REFERENCE

public static final SqlPoolReferenceType SQL_POOL_REFERENCE

Static value SqlPoolReference for SqlPoolReferenceType.

Constructor Details

SqlPoolReferenceType

@Deprecated
public SqlPoolReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlPoolReferenceType value.

Method Details

fromString

public static SqlPoolReferenceType fromString(String name)

Creates or finds a SqlPoolReferenceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SqlPoolReferenceType.

values

public static Collection values()

Gets known SqlPoolReferenceType values.

Returns:

known SqlPoolReferenceType values.

Applies to