Package | Description |
---|---|
org.apache.arrow.flight.sql.impl |
Modifier and Type | Method and Description |
---|---|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.clear() |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.clearCatalog()
Specifies the catalog to search for the foreign key table.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.clearDbSchema()
Specifies the schema to search for the foreign key table.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.clearTable()
Specifies the foreign key table to get the foreign keys for.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.mergeFrom(FlightSql.CommandGetExportedKeys other) |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.mergeFrom(com.google.protobuf.Message other) |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.newBuilder() |
static FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.newBuilder(FlightSql.CommandGetExportedKeys prototype) |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.newBuilderForType() |
protected FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setCatalog(String value)
Specifies the catalog to search for the foreign key table.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setCatalogBytes(com.google.protobuf.ByteString value)
Specifies the catalog to search for the foreign key table.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setDbSchema(String value)
Specifies the schema to search for the foreign key table.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setDbSchemaBytes(com.google.protobuf.ByteString value)
Specifies the schema to search for the foreign key table.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setTable(String value)
Specifies the foreign key table to get the foreign keys for.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setTableBytes(com.google.protobuf.ByteString value)
Specifies the foreign key table to get the foreign keys for.
|
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlightSql.CommandGetExportedKeys.Builder |
FlightSql.CommandGetExportedKeys.toBuilder() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.