Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.ActionCreatePreparedStatementRequest
Packages that use FlightSql.ActionCreatePreparedStatementRequest
Package
Description
-
Uses of FlightSql.ActionCreatePreparedStatementRequest in org.apache.arrow.flight.integration.tests
Methods in org.apache.arrow.flight.integration.tests with parameters of type FlightSql.ActionCreatePreparedStatementRequestModifier and TypeMethodDescriptionvoid
FlightSqlScenarioProducer.createPreparedStatement
(FlightSql.ActionCreatePreparedStatementRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<Result> listener) -
Uses of FlightSql.ActionCreatePreparedStatementRequest in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.ActionCreatePreparedStatementRequestModifier 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
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.ActionCreatePreparedStatementRequestModifier 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) Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.ActionCreatePreparedStatementRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FlightSql.ActionCreatePreparedStatementRequest>
FlightSql.ActionCreatePreparedStatementRequest.getParserForType()
static com.google.protobuf.Parser<FlightSql.ActionCreatePreparedStatementRequest>
FlightSql.ActionCreatePreparedStatementRequest.parser()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.ActionCreatePreparedStatementRequestModifier and TypeMethodDescriptionFlightSql.ActionCreatePreparedStatementRequest.Builder.mergeFrom
(FlightSql.ActionCreatePreparedStatementRequest other) FlightSql.ActionCreatePreparedStatementRequest.newBuilder
(FlightSql.ActionCreatePreparedStatementRequest prototype)