public static enum FlightSql.SqlSupportedTransaction extends Enum<FlightSql.SqlSupportedTransaction> implements com.google.protobuf.ProtocolMessageEnum
The level of support for Flight SQL transaction RPCs.Protobuf enum
arrow.flight.protocol.sql.SqlSupportedTransaction
Enum Constant and Description |
---|
SQL_SUPPORTED_TRANSACTION_NONE
Unknown/not indicated/no support
|
SQL_SUPPORTED_TRANSACTION_SAVEPOINT
Transactions and savepoints
|
SQL_SUPPORTED_TRANSACTION_TRANSACTION
Transactions, but not savepoints.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
SQL_SUPPORTED_TRANSACTION_NONE_VALUE
Unknown/not indicated/no support
|
static int |
SQL_SUPPORTED_TRANSACTION_SAVEPOINT_VALUE
Transactions and savepoints
|
static int |
SQL_SUPPORTED_TRANSACTION_TRANSACTION_VALUE
Transactions, but not savepoints.
|
Modifier and Type | Method and Description |
---|---|
static FlightSql.SqlSupportedTransaction |
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.SqlSupportedTransaction> |
internalGetValueMap() |
static FlightSql.SqlSupportedTransaction |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FlightSql.SqlSupportedTransaction |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FlightSql.SqlSupportedTransaction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlightSql.SqlSupportedTransaction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlightSql.SqlSupportedTransaction SQL_SUPPORTED_TRANSACTION_NONE
Unknown/not indicated/no support
SQL_SUPPORTED_TRANSACTION_NONE = 0;
public static final FlightSql.SqlSupportedTransaction SQL_SUPPORTED_TRANSACTION_TRANSACTION
Transactions, but not savepoints. A savepoint is a mark within a transaction that can be individually rolled back to. Not all databases support savepoints.
SQL_SUPPORTED_TRANSACTION_TRANSACTION = 1;
public static final FlightSql.SqlSupportedTransaction SQL_SUPPORTED_TRANSACTION_SAVEPOINT
Transactions and savepoints
SQL_SUPPORTED_TRANSACTION_SAVEPOINT = 2;
public static final FlightSql.SqlSupportedTransaction UNRECOGNIZED
public static final int SQL_SUPPORTED_TRANSACTION_NONE_VALUE
Unknown/not indicated/no support
SQL_SUPPORTED_TRANSACTION_NONE = 0;
public static final int SQL_SUPPORTED_TRANSACTION_TRANSACTION_VALUE
Transactions, but not savepoints. A savepoint is a mark within a transaction that can be individually rolled back to. Not all databases support savepoints.
SQL_SUPPORTED_TRANSACTION_TRANSACTION = 1;
public static final int SQL_SUPPORTED_TRANSACTION_SAVEPOINT_VALUE
Transactions and savepoints
SQL_SUPPORTED_TRANSACTION_SAVEPOINT = 2;
public static FlightSql.SqlSupportedTransaction[] values()
for (FlightSql.SqlSupportedTransaction c : FlightSql.SqlSupportedTransaction.values()) System.out.println(c);
public static FlightSql.SqlSupportedTransaction 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.SqlSupportedTransaction valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static FlightSql.SqlSupportedTransaction forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlSupportedTransaction> 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.SqlSupportedTransaction valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 The Apache Software Foundation. All rights reserved.