Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.CommandPreparedStatementQuery
Package
Description
-
Uses of FlightSql.CommandPreparedStatementQuery in org.apache.arrow.flight.integration.tests
Modifier 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
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.CommandPreparedStatementQuery>
FlightSql.CommandPreparedStatementQuery.getParserForType()
static com.google.protobuf.Parser<FlightSql.CommandPreparedStatementQuery>
FlightSql.CommandPreparedStatementQuery.parser()
Modifier and TypeMethodDescriptionFlightSql.CommandPreparedStatementQuery.Builder.mergeFrom
(FlightSql.CommandPreparedStatementQuery other) FlightSql.CommandPreparedStatementQuery.newBuilder
(FlightSql.CommandPreparedStatementQuery prototype)