Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandGetImportedKeys.Builder
Packages that use FlightSql.CommandGetImportedKeys.Builder
-
Uses of FlightSql.CommandGetImportedKeys.Builder in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandGetImportedKeys.BuilderModifier and TypeMethodDescriptionFlightSql.CommandGetImportedKeys.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.CommandGetImportedKeys.Builder.clear()
FlightSql.CommandGetImportedKeys.Builder.clearCatalog()
Specifies the catalog to search for the primary key table.FlightSql.CommandGetImportedKeys.Builder.clearDbSchema()
Specifies the schema to search for the primary key table.FlightSql.CommandGetImportedKeys.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) FlightSql.CommandGetImportedKeys.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) FlightSql.CommandGetImportedKeys.Builder.clearTable()
Specifies the primary key table to get the foreign keys for.FlightSql.CommandGetImportedKeys.Builder.clone()
FlightSql.CommandGetImportedKeys.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetImportedKeys.Builder.mergeFrom
(com.google.protobuf.Message other) FlightSql.CommandGetImportedKeys.Builder.mergeFrom
(FlightSql.CommandGetImportedKeys other) FlightSql.CommandGetImportedKeys.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.CommandGetImportedKeys.newBuilder()
FlightSql.CommandGetImportedKeys.newBuilder
(FlightSql.CommandGetImportedKeys prototype) FlightSql.CommandGetImportedKeys.newBuilderForType()
protected FlightSql.CommandGetImportedKeys.Builder
FlightSql.CommandGetImportedKeys.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FlightSql.CommandGetImportedKeys.Builder.setCatalog
(String value) Specifies the catalog to search for the primary key table.FlightSql.CommandGetImportedKeys.Builder.setCatalogBytes
(com.google.protobuf.ByteString value) Specifies the catalog to search for the primary key table.FlightSql.CommandGetImportedKeys.Builder.setDbSchema
(String value) Specifies the schema to search for the primary key table.FlightSql.CommandGetImportedKeys.Builder.setDbSchemaBytes
(com.google.protobuf.ByteString value) Specifies the schema to search for the primary key table.FlightSql.CommandGetImportedKeys.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.CommandGetImportedKeys.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Specifies the primary key table to get the foreign keys for.FlightSql.CommandGetImportedKeys.Builder.setTableBytes
(com.google.protobuf.ByteString value) Specifies the primary key table to get the foreign keys for.FlightSql.CommandGetImportedKeys.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.CommandGetImportedKeys.toBuilder()