Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.ActionCreatePreparedStatementRequest
Package
Description
-
Uses of FlightSql.ActionCreatePreparedStatementRequest in org.apache.arrow.flight.integration.tests
Modifier and TypeMethodDescriptionvoid
FlightSqlScenarioProducer.createPreparedStatement
(FlightSql.ActionCreatePreparedStatementRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<Result> listener) -
Uses of FlightSql.ActionCreatePreparedStatementRequest in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionvoid
FlightSqlProducer.createPreparedStatement
(FlightSql.ActionCreatePreparedStatementRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<Result> listener) Creates a prepared statement on the server and returns a handle and metadata for in aFlightSql.ActionCreatePreparedStatementResult
object in aResult
object.void
NoOpFlightSqlProducer.createPreparedStatement
(FlightSql.ActionCreatePreparedStatementRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<Result> listener) -
Uses of FlightSql.ActionCreatePreparedStatementRequest in org.apache.arrow.flight.sql.impl
Modifier and TypeMethodDescriptionFlightSql.ActionCreatePreparedStatementRequest.Builder.build()
FlightSql.ActionCreatePreparedStatementRequest.Builder.buildPartial()
FlightSql.ActionCreatePreparedStatementRequest.getDefaultInstance()
FlightSql.ActionCreatePreparedStatementRequest.Builder.getDefaultInstanceForType()
FlightSql.ActionCreatePreparedStatementRequest.getDefaultInstanceForType()
FlightSql.ActionCreatePreparedStatementRequest.parseDelimitedFrom
(InputStream input) FlightSql.ActionCreatePreparedStatementRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(byte[] data) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(com.google.protobuf.ByteString data) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(com.google.protobuf.CodedInputStream input) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(InputStream input) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(ByteBuffer data) FlightSql.ActionCreatePreparedStatementRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.ActionCreatePreparedStatementRequest>
FlightSql.ActionCreatePreparedStatementRequest.getParserForType()
static com.google.protobuf.Parser<FlightSql.ActionCreatePreparedStatementRequest>
FlightSql.ActionCreatePreparedStatementRequest.parser()
Modifier and TypeMethodDescriptionFlightSql.ActionCreatePreparedStatementRequest.Builder.mergeFrom
(FlightSql.ActionCreatePreparedStatementRequest other) FlightSql.ActionCreatePreparedStatementRequest.newBuilder
(FlightSql.ActionCreatePreparedStatementRequest prototype)