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