Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SupportedAnsi92SqlGrammarLevel
Packages that use FlightSql.SupportedAnsi92SqlGrammarLevel
-
Uses of FlightSql.SupportedAnsi92SqlGrammarLevel in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.SupportedAnsi92SqlGrammarLevelModifier and TypeMethodDescriptionSqlInfoBuilder.withSqlAnsi92SupportedLevel
(FlightSql.SupportedAnsi92SqlGrammarLevel... values) Sets a value forFlightSql.SqlInfo.SQL_ANSI92_SUPPORTED_LEVEL
in the builder. -
Uses of FlightSql.SupportedAnsi92SqlGrammarLevel in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.SupportedAnsi92SqlGrammarLevelModifier and TypeMethodDescriptionFlightSql.SupportedAnsi92SqlGrammarLevel.forNumber
(int value) FlightSql.SupportedAnsi92SqlGrammarLevel.valueOf
(int value) Deprecated.FlightSql.SupportedAnsi92SqlGrammarLevel.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.SupportedAnsi92SqlGrammarLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.SupportedAnsi92SqlGrammarLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.SupportedAnsi92SqlGrammarLevel>
FlightSql.SupportedAnsi92SqlGrammarLevel.internalGetValueMap()