public static enum UserProtos.OuterJoinSupport extends Enum<UserProtos.OuterJoinSupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.OuterJoinSupport
Enum Constant and Description |
---|
OJ_ALL_COMPARISON_OPS
Any comparison operator is supported in the ON clause
|
OJ_FULL
Full outer join is supported
|
OJ_INNER
Inner table can also be used in an inner join
|
OJ_LEFT
Left outer join is supported
|
OJ_NESTED
Nested outer join is supported
|
OJ_NOT_ORDERED
Column names in the ON clause don't have to share the same order
as their respective table names in the OUTER JOIN clase
|
OJ_RIGHT
Right outer join is supported
|
OJ_UNKNOWN
Unknown support (for forward compatibility)
|
Modifier and Type | Field and Description |
---|---|
static int |
OJ_ALL_COMPARISON_OPS_VALUE
Any comparison operator is supported in the ON clause
|
static int |
OJ_FULL_VALUE
Full outer join is supported
|
static int |
OJ_INNER_VALUE
Inner table can also be used in an inner join
|
static int |
OJ_LEFT_VALUE
Left outer join is supported
|
static int |
OJ_NESTED_VALUE
Nested outer join is supported
|
static int |
OJ_NOT_ORDERED_VALUE
Column names in the ON clause don't have to share the same order
as their respective table names in the OUTER JOIN clase
|
static int |
OJ_RIGHT_VALUE
Right outer join is supported
|
static int |
OJ_UNKNOWN_VALUE
Unknown support (for forward compatibility)
|
Modifier and Type | Method and Description |
---|---|
static UserProtos.OuterJoinSupport |
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.OuterJoinSupport> |
internalGetValueMap() |
static UserProtos.OuterJoinSupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.OuterJoinSupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.OuterJoinSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.OuterJoinSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.OuterJoinSupport OJ_UNKNOWN
Unknown support (for forward compatibility)
OJ_UNKNOWN = 0;
public static final UserProtos.OuterJoinSupport OJ_LEFT
Left outer join is supported
OJ_LEFT = 1;
public static final UserProtos.OuterJoinSupport OJ_RIGHT
Right outer join is supported
OJ_RIGHT = 2;
public static final UserProtos.OuterJoinSupport OJ_FULL
Full outer join is supported
OJ_FULL = 3;
public static final UserProtos.OuterJoinSupport OJ_NESTED
Nested outer join is supported
OJ_NESTED = 4;
public static final UserProtos.OuterJoinSupport OJ_NOT_ORDERED
Column names in the ON clause don't have to share the same order as their respective table names in the OUTER JOIN clase
OJ_NOT_ORDERED = 5;
public static final UserProtos.OuterJoinSupport OJ_INNER
Inner table can also be used in an inner join
OJ_INNER = 6;
public static final UserProtos.OuterJoinSupport OJ_ALL_COMPARISON_OPS
Any comparison operator is supported in the ON clause
OJ_ALL_COMPARISON_OPS = 7;
public static final int OJ_UNKNOWN_VALUE
Unknown support (for forward compatibility)
OJ_UNKNOWN = 0;
public static final int OJ_LEFT_VALUE
Left outer join is supported
OJ_LEFT = 1;
public static final int OJ_RIGHT_VALUE
Right outer join is supported
OJ_RIGHT = 2;
public static final int OJ_FULL_VALUE
Full outer join is supported
OJ_FULL = 3;
public static final int OJ_NESTED_VALUE
Nested outer join is supported
OJ_NESTED = 4;
public static final int OJ_NOT_ORDERED_VALUE
Column names in the ON clause don't have to share the same order as their respective table names in the OUTER JOIN clase
OJ_NOT_ORDERED = 5;
public static final int OJ_INNER_VALUE
Inner table can also be used in an inner join
OJ_INNER = 6;
public static final int OJ_ALL_COMPARISON_OPS_VALUE
Any comparison operator is supported in the ON clause
OJ_ALL_COMPARISON_OPS = 7;
public static UserProtos.OuterJoinSupport[] values()
for (UserProtos.OuterJoinSupport c : UserProtos.OuterJoinSupport.values()) System.out.println(c);
public static UserProtos.OuterJoinSupport 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.OuterJoinSupport valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.OuterJoinSupport forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.OuterJoinSupport> 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.OuterJoinSupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.