Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandGetExportedKeys.Builder
Packages that use FlightSql.CommandGetExportedKeys.Builder
-
Uses of FlightSql.CommandGetExportedKeys.Builder in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandGetExportedKeys.BuilderModifier and TypeMethodDescriptionFlightSql.CommandGetExportedKeys.Builder.clear()FlightSql.CommandGetExportedKeys.Builder.clearCatalog()Specifies the catalog to search for the foreign key table.FlightSql.CommandGetExportedKeys.Builder.clearDbSchema()Specifies the schema to search for the foreign key table.FlightSql.CommandGetExportedKeys.Builder.clearTable()Specifies the foreign key table to get the foreign keys for.FlightSql.CommandGetExportedKeys.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetExportedKeys.Builder.mergeFrom(com.google.protobuf.Message other) FlightSql.CommandGetExportedKeys.Builder.mergeFrom(FlightSql.CommandGetExportedKeys other) FlightSql.CommandGetExportedKeys.newBuilder()FlightSql.CommandGetExportedKeys.newBuilder(FlightSql.CommandGetExportedKeys prototype) FlightSql.CommandGetExportedKeys.newBuilderForType()protected FlightSql.CommandGetExportedKeys.BuilderFlightSql.CommandGetExportedKeys.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FlightSql.CommandGetExportedKeys.Builder.setCatalog(String value) Specifies the catalog to search for the foreign key table.FlightSql.CommandGetExportedKeys.Builder.setCatalogBytes(com.google.protobuf.ByteString value) Specifies the catalog to search for the foreign key table.FlightSql.CommandGetExportedKeys.Builder.setDbSchema(String value) Specifies the schema to search for the foreign key table.FlightSql.CommandGetExportedKeys.Builder.setDbSchemaBytes(com.google.protobuf.ByteString value) Specifies the schema to search for the foreign key table.Specifies the foreign key table to get the foreign keys for.FlightSql.CommandGetExportedKeys.Builder.setTableBytes(com.google.protobuf.ByteString value) Specifies the foreign key table to get the foreign keys for.FlightSql.CommandGetExportedKeys.toBuilder()