Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandPreparedStatementUpdate
Packages that use FlightSql.CommandPreparedStatementUpdate
Package
Description
-
Uses of FlightSql.CommandPreparedStatementUpdate in org.apache.arrow.flight.integration.tests
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightSql.CommandPreparedStatementUpdateModifier and TypeMethodDescriptionFlightSqlScenarioProducer.acceptPutPreparedStatementUpdate
(FlightSql.CommandPreparedStatementUpdate command, FlightProducer.CallContext context, FlightStream flightStream, FlightProducer.StreamListener<PutResult> ackStream) -
Uses of FlightSql.CommandPreparedStatementUpdate in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.CommandPreparedStatementUpdateModifier and TypeMethodDescriptionFlightSqlProducer.acceptPutPreparedStatementUpdate
(FlightSql.CommandPreparedStatementUpdate command, FlightProducer.CallContext context, FlightStream flightStream, FlightProducer.StreamListener<PutResult> ackStream) Accepts uploaded data for a particular prepared statement data stream.NoOpFlightSqlProducer.acceptPutPreparedStatementUpdate
(FlightSql.CommandPreparedStatementUpdate command, FlightProducer.CallContext context, FlightStream flightStream, FlightProducer.StreamListener<PutResult> ackStream) -
Uses of FlightSql.CommandPreparedStatementUpdate in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandPreparedStatementUpdateModifier and TypeMethodDescriptionFlightSql.CommandPreparedStatementUpdate.Builder.build()
FlightSql.CommandPreparedStatementUpdate.Builder.buildPartial()
FlightSql.CommandPreparedStatementUpdate.getDefaultInstance()
FlightSql.CommandPreparedStatementUpdate.Builder.getDefaultInstanceForType()
FlightSql.CommandPreparedStatementUpdate.getDefaultInstanceForType()
FlightSql.CommandPreparedStatementUpdate.parseDelimitedFrom
(InputStream input) FlightSql.CommandPreparedStatementUpdate.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementUpdate.parseFrom
(byte[] data) FlightSql.CommandPreparedStatementUpdate.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementUpdate.parseFrom
(com.google.protobuf.ByteString data) FlightSql.CommandPreparedStatementUpdate.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementUpdate.parseFrom
(com.google.protobuf.CodedInputStream input) FlightSql.CommandPreparedStatementUpdate.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementUpdate.parseFrom
(InputStream input) FlightSql.CommandPreparedStatementUpdate.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementUpdate.parseFrom
(ByteBuffer data) FlightSql.CommandPreparedStatementUpdate.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.CommandPreparedStatementUpdateModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.CommandPreparedStatementUpdate>
FlightSql.CommandPreparedStatementUpdate.getParserForType()
static com.google.protobuf.Parser<FlightSql.CommandPreparedStatementUpdate>
FlightSql.CommandPreparedStatementUpdate.parser()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.CommandPreparedStatementUpdateModifier and TypeMethodDescriptionFlightSql.CommandPreparedStatementUpdate.Builder.mergeFrom
(FlightSql.CommandPreparedStatementUpdate other) FlightSql.CommandPreparedStatementUpdate.newBuilder
(FlightSql.CommandPreparedStatementUpdate prototype)