public static enum UserProtos.SubQuerySupport extends Enum<UserProtos.SubQuerySupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.SubQuerySupport
Enum Constant and Description |
---|
SQ_CORRELATED
Correlated subquery is supported
|
SQ_IN_COMPARISON
Subquery in comparison expression is supported
|
SQ_IN_EXISTS
Subquery in EXISTS expression is supported
|
SQ_IN_INSERT
Subquery in INSERT expression is supported
|
SQ_IN_QUANTIFIED
Subquery in quantified expression is supported
|
SQ_UNKNOWN
Unknown support (for forward compatibility)
|
Modifier and Type | Field and Description |
---|---|
static int |
SQ_CORRELATED_VALUE
Correlated subquery is supported
|
static int |
SQ_IN_COMPARISON_VALUE
Subquery in comparison expression is supported
|
static int |
SQ_IN_EXISTS_VALUE
Subquery in EXISTS expression is supported
|
static int |
SQ_IN_INSERT_VALUE
Subquery in INSERT expression is supported
|
static int |
SQ_IN_QUANTIFIED_VALUE
Subquery in quantified expression is supported
|
static int |
SQ_UNKNOWN_VALUE
Unknown support (for forward compatibility)
|
Modifier and Type | Method and Description |
---|---|
static UserProtos.SubQuerySupport |
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.SubQuerySupport> |
internalGetValueMap() |
static UserProtos.SubQuerySupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.SubQuerySupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.SubQuerySupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.SubQuerySupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.SubQuerySupport SQ_UNKNOWN
Unknown support (for forward compatibility)
SQ_UNKNOWN = 0;
public static final UserProtos.SubQuerySupport SQ_CORRELATED
Correlated subquery is supported
SQ_CORRELATED = 1;
public static final UserProtos.SubQuerySupport SQ_IN_COMPARISON
Subquery in comparison expression is supported
SQ_IN_COMPARISON = 2;
public static final UserProtos.SubQuerySupport SQ_IN_EXISTS
Subquery in EXISTS expression is supported
SQ_IN_EXISTS = 3;
public static final UserProtos.SubQuerySupport SQ_IN_INSERT
Subquery in INSERT expression is supported
SQ_IN_INSERT = 4;
public static final UserProtos.SubQuerySupport SQ_IN_QUANTIFIED
Subquery in quantified expression is supported
SQ_IN_QUANTIFIED = 5;
public static final int SQ_UNKNOWN_VALUE
Unknown support (for forward compatibility)
SQ_UNKNOWN = 0;
public static final int SQ_CORRELATED_VALUE
Correlated subquery is supported
SQ_CORRELATED = 1;
public static final int SQ_IN_COMPARISON_VALUE
Subquery in comparison expression is supported
SQ_IN_COMPARISON = 2;
public static final int SQ_IN_EXISTS_VALUE
Subquery in EXISTS expression is supported
SQ_IN_EXISTS = 3;
public static final int SQ_IN_INSERT_VALUE
Subquery in INSERT expression is supported
SQ_IN_INSERT = 4;
public static final int SQ_IN_QUANTIFIED_VALUE
Subquery in quantified expression is supported
SQ_IN_QUANTIFIED = 5;
public static UserProtos.SubQuerySupport[] values()
for (UserProtos.SubQuerySupport c : UserProtos.SubQuerySupport.values()) System.out.println(c);
public static UserProtos.SubQuerySupport 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.SubQuerySupport valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.SubQuerySupport forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.SubQuerySupport> 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.SubQuerySupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.