Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlSupportedCaseSensitivity
-
Uses of FlightSql.SqlSupportedCaseSensitivity in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionSqlInfoBuilder.withSqlIdentifierCase
(FlightSql.SqlSupportedCaseSensitivity value) Sets a value forFlightSql.SqlInfo.SQL_IDENTIFIER_CASE
in the builder.SqlInfoBuilder.withSqlQuotedIdentifierCase
(FlightSql.SqlSupportedCaseSensitivity value) Sets a value forFlightSql.SqlInfo.SQL_QUOTED_IDENTIFIER_CASE
in the builder. -
Uses of FlightSql.SqlSupportedCaseSensitivity in org.apache.arrow.flight.sql.impl
Modifier and TypeMethodDescriptionFlightSql.SqlSupportedCaseSensitivity.forNumber
(int value) FlightSql.SqlSupportedCaseSensitivity.valueOf
(int value) Deprecated.FlightSql.SqlSupportedCaseSensitivity.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.FlightSql.SqlSupportedCaseSensitivity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlSupportedCaseSensitivity>
FlightSql.SqlSupportedCaseSensitivity.internalGetValueMap()