Package org.apache.arrow.flight.sql.impl
Interface FlightSql.CommandGetXdbcTypeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightSql.CommandGetXdbcTypeInfo
,FlightSql.CommandGetXdbcTypeInfo.Builder
- Enclosing class:
- FlightSql
public static interface FlightSql.CommandGetXdbcTypeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Specifies the data type to search for the info.boolean
Specifies the data type to search for the info.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDataType
boolean hasDataType()Specifies the data type to search for the info.
optional int32 data_type = 1;
- Returns:
- Whether the dataType field is set.
-
getDataType
int getDataType()Specifies the data type to search for the info.
optional int32 data_type = 1;
- Returns:
- The dataType.
-