Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlInfo
Package
Description
-
Uses of FlightSql.SqlInfo in org.apache.arrow.driver.jdbc.client
Modifier and TypeMethodDescriptionArrowFlightSqlClientHandler.getSqlInfo
(FlightSql.SqlInfo... info) Gets SQL info. -
Uses of FlightSql.SqlInfo in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.getSqlInfo
(FlightSql.SqlInfo... info) Request a set of Flight SQL metadata.FlightSqlClient.getSqlInfo
(FlightSql.SqlInfo[] info, CallOption... options) Request a set of Flight SQL metadata. -
Uses of FlightSql.SqlInfo in org.apache.arrow.flight.sql.impl
Modifier and TypeMethodDescriptionstatic FlightSql.SqlInfo
FlightSql.SqlInfo.forNumber
(int value) static FlightSql.SqlInfo
FlightSql.SqlInfo.valueOf
(int value) Deprecated.static FlightSql.SqlInfo
FlightSql.SqlInfo.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FlightSql.SqlInfo
Returns the enum constant of this type with the specified name.static FlightSql.SqlInfo[]
FlightSql.SqlInfo.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.SqlInfo>
FlightSql.SqlInfo.internalGetValueMap()