public static enum TeradataDialect.Mode extends Enum<TeradataDialect.Mode> implements com.google.protobuf.ProtocolMessageEnum
The sub-dialect options for Teradata.Protobuf enum
google.cloud.bigquery.migration.v2.TeradataDialect.Mode| Enum Constant and Description |
|---|
BTEQ
BTEQ mode (which includes SQL).
|
MODE_UNSPECIFIED
Unspecified mode.
|
SQL
Teradata SQL mode.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BTEQ_VALUE
BTEQ mode (which includes SQL).
|
static int |
MODE_UNSPECIFIED_VALUE
Unspecified mode.
|
static int |
SQL_VALUE
Teradata SQL mode.
|
| Modifier and Type | Method and Description |
|---|---|
static TeradataDialect.Mode |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TeradataDialect.Mode> |
internalGetValueMap() |
static TeradataDialect.Mode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TeradataDialect.Mode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TeradataDialect.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeradataDialect.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeradataDialect.Mode MODE_UNSPECIFIED
Unspecified mode.
MODE_UNSPECIFIED = 0;public static final TeradataDialect.Mode SQL
Teradata SQL mode.
SQL = 1;public static final TeradataDialect.Mode BTEQ
BTEQ mode (which includes SQL).
BTEQ = 2;public static final TeradataDialect.Mode UNRECOGNIZED
public static final int MODE_UNSPECIFIED_VALUE
Unspecified mode.
MODE_UNSPECIFIED = 0;public static final int SQL_VALUE
Teradata SQL mode.
SQL = 1;public static final int BTEQ_VALUE
BTEQ mode (which includes SQL).
BTEQ = 2;public static TeradataDialect.Mode[] values()
for (TeradataDialect.Mode c : TeradataDialect.Mode.values()) System.out.println(c);
public static TeradataDialect.Mode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TeradataDialect.Mode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TeradataDialect.Mode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TeradataDialect.Mode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TeradataDialect.Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.