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