Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandGetExportedKeys
Packages that use FlightSql.CommandGetExportedKeys
Package
Description
-
Uses of FlightSql.CommandGetExportedKeys in org.apache.arrow.flight.integration.tests
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightSql.CommandGetExportedKeysModifier and TypeMethodDescriptionFlightSqlScenarioProducer.getFlightInfoExportedKeys
(FlightSql.CommandGetExportedKeys request, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlScenarioProducer.getStreamExportedKeys
(FlightSql.CommandGetExportedKeys command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandGetExportedKeys in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.CommandGetExportedKeysModifier and TypeMethodDescriptionBasicFlightSqlProducer.getFlightInfoExportedKeys
(FlightSql.CommandGetExportedKeys request, FlightProducer.CallContext context, FlightDescriptor descriptor) FlightSqlProducer.getFlightInfoExportedKeys
(FlightSql.CommandGetExportedKeys request, FlightProducer.CallContext context, FlightDescriptor descriptor) Retrieves a description of the foreign key columns that reference the given table's primary key columnsFlightSql.CommandGetExportedKeys
objects inResult
objects.NoOpFlightSqlProducer.getFlightInfoExportedKeys
(FlightSql.CommandGetExportedKeys request, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlProducer.getStreamExportedKeys
(FlightSql.CommandGetExportedKeys command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) Returns data for foreign keys based data stream.void
NoOpFlightSqlProducer.getStreamExportedKeys
(FlightSql.CommandGetExportedKeys command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandGetExportedKeys in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandGetExportedKeysModifier and TypeMethodDescriptionFlightSql.CommandGetExportedKeys.Builder.build()
FlightSql.CommandGetExportedKeys.Builder.buildPartial()
FlightSql.CommandGetExportedKeys.getDefaultInstance()
FlightSql.CommandGetExportedKeys.Builder.getDefaultInstanceForType()
FlightSql.CommandGetExportedKeys.getDefaultInstanceForType()
FlightSql.CommandGetExportedKeys.parseDelimitedFrom
(InputStream input) FlightSql.CommandGetExportedKeys.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetExportedKeys.parseFrom
(byte[] data) FlightSql.CommandGetExportedKeys.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetExportedKeys.parseFrom
(com.google.protobuf.ByteString data) FlightSql.CommandGetExportedKeys.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetExportedKeys.parseFrom
(com.google.protobuf.CodedInputStream input) FlightSql.CommandGetExportedKeys.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetExportedKeys.parseFrom
(InputStream input) FlightSql.CommandGetExportedKeys.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandGetExportedKeys.parseFrom
(ByteBuffer data) FlightSql.CommandGetExportedKeys.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.CommandGetExportedKeysModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.CommandGetExportedKeys>
FlightSql.CommandGetExportedKeys.getParserForType()
static com.google.protobuf.Parser<FlightSql.CommandGetExportedKeys>
FlightSql.CommandGetExportedKeys.parser()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.CommandGetExportedKeysModifier and TypeMethodDescriptionFlightSql.CommandGetExportedKeys.Builder.mergeFrom
(FlightSql.CommandGetExportedKeys other) FlightSql.CommandGetExportedKeys.newBuilder
(FlightSql.CommandGetExportedKeys prototype)