Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandPreparedStatementQuery
Packages that use FlightSql.CommandPreparedStatementQuery
Package
Description
-
Uses of FlightSql.CommandPreparedStatementQuery in org.apache.arrow.flight.integration.tests
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightSql.CommandPreparedStatementQueryModifier and TypeMethodDescriptionFlightSqlScenarioProducer.acceptPutPreparedStatementQuery
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightStream flightStream, FlightProducer.StreamListener<PutResult> ackStream) FlightSqlScenarioProducer.getFlightInfoPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) FlightSqlScenarioProducer.getSchemaPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) void
FlightSqlScenarioProducer.getStreamPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandPreparedStatementQuery in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.CommandPreparedStatementQueryModifier and TypeMethodDescriptionFlightSqlProducer.acceptPutPreparedStatementQuery
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightStream flightStream, FlightProducer.StreamListener<PutResult> ackStream) Accepts uploaded parameter values for a particular prepared statement query.NoOpFlightSqlProducer.acceptPutPreparedStatementQuery
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightStream flightStream, FlightProducer.StreamListener<PutResult> ackStream) FlightSqlProducer.getFlightInfoPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) Gets information about a particular prepared statement data stream.NoOpFlightSqlProducer.getFlightInfoPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) default SchemaResult
FlightSqlProducer.getSchemaPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) Get the schema of the result set of a prepared statement.void
FlightSqlProducer.getStreamPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) Returns data for a particular prepared statement query instance.void
NoOpFlightSqlProducer.getStreamPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightProducer.ServerStreamListener listener) -
Uses of FlightSql.CommandPreparedStatementQuery in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.CommandPreparedStatementQueryModifier and TypeMethodDescriptionFlightSql.CommandPreparedStatementQuery.Builder.build()
FlightSql.CommandPreparedStatementQuery.Builder.buildPartial()
FlightSql.CommandPreparedStatementQuery.getDefaultInstance()
FlightSql.CommandPreparedStatementQuery.Builder.getDefaultInstanceForType()
FlightSql.CommandPreparedStatementQuery.getDefaultInstanceForType()
FlightSql.CommandPreparedStatementQuery.parseDelimitedFrom
(InputStream input) FlightSql.CommandPreparedStatementQuery.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementQuery.parseFrom
(byte[] data) FlightSql.CommandPreparedStatementQuery.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementQuery.parseFrom
(com.google.protobuf.ByteString data) FlightSql.CommandPreparedStatementQuery.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementQuery.parseFrom
(com.google.protobuf.CodedInputStream input) FlightSql.CommandPreparedStatementQuery.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementQuery.parseFrom
(InputStream input) FlightSql.CommandPreparedStatementQuery.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.CommandPreparedStatementQuery.parseFrom
(ByteBuffer data) FlightSql.CommandPreparedStatementQuery.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.CommandPreparedStatementQueryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.CommandPreparedStatementQuery>
FlightSql.CommandPreparedStatementQuery.getParserForType()
static com.google.protobuf.Parser<FlightSql.CommandPreparedStatementQuery>
FlightSql.CommandPreparedStatementQuery.parser()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.CommandPreparedStatementQueryModifier and TypeMethodDescriptionFlightSql.CommandPreparedStatementQuery.Builder.mergeFrom
(FlightSql.CommandPreparedStatementQuery other) FlightSql.CommandPreparedStatementQuery.newBuilder
(FlightSql.CommandPreparedStatementQuery prototype)