public static enum UserProtos.DateTimeLiteralsSupport extends Enum<UserProtos.DateTimeLiteralsSupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.DateTimeLiteralsSupport
Enum Constant and Description |
---|
DL_DATE
DATE literal is supported
|
DL_INTERVAL_DAY
INTERVAL DAY literal is supported
|
DL_INTERVAL_DAY_TO_HOUR
INTERVAL DAY TO HOUR literal is supported
|
DL_INTERVAL_DAY_TO_MINUTE
INTERVAL DAY TO MINUTE literal is supported
|
DL_INTERVAL_DAY_TO_SECOND
INTERVAL DAY TO SECOND literal is supported
|
DL_INTERVAL_HOUR
INTERVAL HOUR literal is supported
|
DL_INTERVAL_HOUR_TO_MINUTE
INTERVAL HOUR TO MINUTE literal is supported
|
DL_INTERVAL_HOUR_TO_SECOND
INTERVAL HOUR TO SECOND literal is supported
|
DL_INTERVAL_MINUTE
INTERVAL MINUTE literal is supported
|
DL_INTERVAL_MINUTE_TO_SECOND
INTERVAL MINUTE TO SECOND literal is supported
|
DL_INTERVAL_MONTH
INTERVAL MONTH literal is supported
|
DL_INTERVAL_SECOND
INTERVAL SECOND literal is supported
|
DL_INTERVAL_YEAR
INTERVAL YEAR literal is supported
|
DL_INTERVAL_YEAR_TO_MONTH
INTERVAL YEAR TO MONTH literal is supported
|
DL_TIME
TIME literal is supported
|
DL_TIMESTAMP
TIMESTAMP literal is supported
|
DL_UNKNOWN
Unknown support (for forward compatibility)
|
Modifier and Type | Field and Description |
---|---|
static int |
DL_DATE_VALUE
DATE literal is supported
|
static int |
DL_INTERVAL_DAY_TO_HOUR_VALUE
INTERVAL DAY TO HOUR literal is supported
|
static int |
DL_INTERVAL_DAY_TO_MINUTE_VALUE
INTERVAL DAY TO MINUTE literal is supported
|
static int |
DL_INTERVAL_DAY_TO_SECOND_VALUE
INTERVAL DAY TO SECOND literal is supported
|
static int |
DL_INTERVAL_DAY_VALUE
INTERVAL DAY literal is supported
|
static int |
DL_INTERVAL_HOUR_TO_MINUTE_VALUE
INTERVAL HOUR TO MINUTE literal is supported
|
static int |
DL_INTERVAL_HOUR_TO_SECOND_VALUE
INTERVAL HOUR TO SECOND literal is supported
|
static int |
DL_INTERVAL_HOUR_VALUE
INTERVAL HOUR literal is supported
|
static int |
DL_INTERVAL_MINUTE_TO_SECOND_VALUE
INTERVAL MINUTE TO SECOND literal is supported
|
static int |
DL_INTERVAL_MINUTE_VALUE
INTERVAL MINUTE literal is supported
|
static int |
DL_INTERVAL_MONTH_VALUE
INTERVAL MONTH literal is supported
|
static int |
DL_INTERVAL_SECOND_VALUE
INTERVAL SECOND literal is supported
|
static int |
DL_INTERVAL_YEAR_TO_MONTH_VALUE
INTERVAL YEAR TO MONTH literal is supported
|
static int |
DL_INTERVAL_YEAR_VALUE
INTERVAL YEAR literal is supported
|
static int |
DL_TIME_VALUE
TIME literal is supported
|
static int |
DL_TIMESTAMP_VALUE
TIMESTAMP literal is supported
|
static int |
DL_UNKNOWN_VALUE
Unknown support (for forward compatibility)
|
Modifier and Type | Method and Description |
---|---|
static UserProtos.DateTimeLiteralsSupport |
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<UserProtos.DateTimeLiteralsSupport> |
internalGetValueMap() |
static UserProtos.DateTimeLiteralsSupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.DateTimeLiteralsSupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.DateTimeLiteralsSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.DateTimeLiteralsSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.DateTimeLiteralsSupport DL_UNKNOWN
Unknown support (for forward compatibility)
DL_UNKNOWN = 0;
public static final UserProtos.DateTimeLiteralsSupport DL_DATE
DATE literal is supported
DL_DATE = 1;
public static final UserProtos.DateTimeLiteralsSupport DL_TIME
TIME literal is supported
DL_TIME = 2;
public static final UserProtos.DateTimeLiteralsSupport DL_TIMESTAMP
TIMESTAMP literal is supported
DL_TIMESTAMP = 3;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_YEAR
INTERVAL YEAR literal is supported
DL_INTERVAL_YEAR = 4;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_MONTH
INTERVAL MONTH literal is supported
DL_INTERVAL_MONTH = 5;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_DAY
INTERVAL DAY literal is supported
DL_INTERVAL_DAY = 6;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_HOUR
INTERVAL HOUR literal is supported
DL_INTERVAL_HOUR = 7;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_MINUTE
INTERVAL MINUTE literal is supported
DL_INTERVAL_MINUTE = 8;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_SECOND
INTERVAL SECOND literal is supported
DL_INTERVAL_SECOND = 9;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_YEAR_TO_MONTH
INTERVAL YEAR TO MONTH literal is supported
DL_INTERVAL_YEAR_TO_MONTH = 10;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_HOUR
INTERVAL DAY TO HOUR literal is supported
DL_INTERVAL_DAY_TO_HOUR = 11;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_MINUTE
INTERVAL DAY TO MINUTE literal is supported
DL_INTERVAL_DAY_TO_MINUTE = 12;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_DAY_TO_SECOND
INTERVAL DAY TO SECOND literal is supported
DL_INTERVAL_DAY_TO_SECOND = 13;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_MINUTE
INTERVAL HOUR TO MINUTE literal is supported
DL_INTERVAL_HOUR_TO_MINUTE = 14;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_HOUR_TO_SECOND
INTERVAL HOUR TO SECOND literal is supported
DL_INTERVAL_HOUR_TO_SECOND = 15;
public static final UserProtos.DateTimeLiteralsSupport DL_INTERVAL_MINUTE_TO_SECOND
INTERVAL MINUTE TO SECOND literal is supported
DL_INTERVAL_MINUTE_TO_SECOND = 16;
public static final int DL_UNKNOWN_VALUE
Unknown support (for forward compatibility)
DL_UNKNOWN = 0;
public static final int DL_DATE_VALUE
DATE literal is supported
DL_DATE = 1;
public static final int DL_TIME_VALUE
TIME literal is supported
DL_TIME = 2;
public static final int DL_TIMESTAMP_VALUE
TIMESTAMP literal is supported
DL_TIMESTAMP = 3;
public static final int DL_INTERVAL_YEAR_VALUE
INTERVAL YEAR literal is supported
DL_INTERVAL_YEAR = 4;
public static final int DL_INTERVAL_MONTH_VALUE
INTERVAL MONTH literal is supported
DL_INTERVAL_MONTH = 5;
public static final int DL_INTERVAL_DAY_VALUE
INTERVAL DAY literal is supported
DL_INTERVAL_DAY = 6;
public static final int DL_INTERVAL_HOUR_VALUE
INTERVAL HOUR literal is supported
DL_INTERVAL_HOUR = 7;
public static final int DL_INTERVAL_MINUTE_VALUE
INTERVAL MINUTE literal is supported
DL_INTERVAL_MINUTE = 8;
public static final int DL_INTERVAL_SECOND_VALUE
INTERVAL SECOND literal is supported
DL_INTERVAL_SECOND = 9;
public static final int DL_INTERVAL_YEAR_TO_MONTH_VALUE
INTERVAL YEAR TO MONTH literal is supported
DL_INTERVAL_YEAR_TO_MONTH = 10;
public static final int DL_INTERVAL_DAY_TO_HOUR_VALUE
INTERVAL DAY TO HOUR literal is supported
DL_INTERVAL_DAY_TO_HOUR = 11;
public static final int DL_INTERVAL_DAY_TO_MINUTE_VALUE
INTERVAL DAY TO MINUTE literal is supported
DL_INTERVAL_DAY_TO_MINUTE = 12;
public static final int DL_INTERVAL_DAY_TO_SECOND_VALUE
INTERVAL DAY TO SECOND literal is supported
DL_INTERVAL_DAY_TO_SECOND = 13;
public static final int DL_INTERVAL_HOUR_TO_MINUTE_VALUE
INTERVAL HOUR TO MINUTE literal is supported
DL_INTERVAL_HOUR_TO_MINUTE = 14;
public static final int DL_INTERVAL_HOUR_TO_SECOND_VALUE
INTERVAL HOUR TO SECOND literal is supported
DL_INTERVAL_HOUR_TO_SECOND = 15;
public static final int DL_INTERVAL_MINUTE_TO_SECOND_VALUE
INTERVAL MINUTE TO SECOND literal is supported
DL_INTERVAL_MINUTE_TO_SECOND = 16;
public static UserProtos.DateTimeLiteralsSupport[] values()
for (UserProtos.DateTimeLiteralsSupport c : UserProtos.DateTimeLiteralsSupport.values()) System.out.println(c);
public static UserProtos.DateTimeLiteralsSupport 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static UserProtos.DateTimeLiteralsSupport valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.DateTimeLiteralsSupport forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.DateTimeLiteralsSupport> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static UserProtos.DateTimeLiteralsSupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.