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