public static enum FlightSql.SqlSupportedElementActions extends Enum<FlightSql.SqlSupportedElementActions> implements com.google.protobuf.ProtocolMessageEnum
arrow.flight.protocol.sql.SqlSupportedElementActions| Enum Constant and Description |
|---|
SQL_ELEMENT_IN_INDEX_DEFINITIONS
SQL_ELEMENT_IN_INDEX_DEFINITIONS = 1; |
SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS
SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS = 2; |
SQL_ELEMENT_IN_PROCEDURE_CALLS
SQL_ELEMENT_IN_PROCEDURE_CALLS = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SQL_ELEMENT_IN_INDEX_DEFINITIONS_VALUE
SQL_ELEMENT_IN_INDEX_DEFINITIONS = 1; |
static int |
SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS_VALUE
SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS = 2; |
static int |
SQL_ELEMENT_IN_PROCEDURE_CALLS_VALUE
SQL_ELEMENT_IN_PROCEDURE_CALLS = 0; |
| Modifier and Type | Method and Description |
|---|---|
static FlightSql.SqlSupportedElementActions |
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<FlightSql.SqlSupportedElementActions> |
internalGetValueMap() |
static FlightSql.SqlSupportedElementActions |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SqlSupportedElementActions |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SqlSupportedElementActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.SqlSupportedElementActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlightSql.SqlSupportedElementActions SQL_ELEMENT_IN_PROCEDURE_CALLS
SQL_ELEMENT_IN_PROCEDURE_CALLS = 0;public static final FlightSql.SqlSupportedElementActions SQL_ELEMENT_IN_INDEX_DEFINITIONS
SQL_ELEMENT_IN_INDEX_DEFINITIONS = 1;public static final FlightSql.SqlSupportedElementActions SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS
SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS = 2;public static final FlightSql.SqlSupportedElementActions UNRECOGNIZED
public static final int SQL_ELEMENT_IN_PROCEDURE_CALLS_VALUE
SQL_ELEMENT_IN_PROCEDURE_CALLS = 0;public static final int SQL_ELEMENT_IN_INDEX_DEFINITIONS_VALUE
SQL_ELEMENT_IN_INDEX_DEFINITIONS = 1;public static final int SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS_VALUE
SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS = 2;public static FlightSql.SqlSupportedElementActions[] values()
for (FlightSql.SqlSupportedElementActions c : FlightSql.SqlSupportedElementActions.values()) System.out.println(c);
public static FlightSql.SqlSupportedElementActions 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 FlightSql.SqlSupportedElementActions valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FlightSql.SqlSupportedElementActions forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlSupportedElementActions> 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 FlightSql.SqlSupportedElementActions valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 The Apache Software Foundation. All rights reserved.