Uses of Class
org.apache.arrow.flight.sql.impl.FlightSql.ActionCreatePreparedStatementResult.Builder
Packages that use FlightSql.ActionCreatePreparedStatementResult.Builder
-
Uses of FlightSql.ActionCreatePreparedStatementResult.Builder in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.ActionCreatePreparedStatementResult.BuilderModifier and TypeMethodDescriptionFlightSql.ActionCreatePreparedStatementResult.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.ActionCreatePreparedStatementResult.Builder.clear()
FlightSql.ActionCreatePreparedStatementResult.Builder.clearDatasetSchema()
If a result set generating query was provided, dataset_schema contains the schema of the result set.FlightSql.ActionCreatePreparedStatementResult.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) FlightSql.ActionCreatePreparedStatementResult.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) FlightSql.ActionCreatePreparedStatementResult.Builder.clearParameterSchema()
If the query provided contained parameters, parameter_schema contains the schema of the expected parameters.FlightSql.ActionCreatePreparedStatementResult.Builder.clearPreparedStatementHandle()
Opaque handle for the prepared statement on the server.FlightSql.ActionCreatePreparedStatementResult.Builder.clone()
FlightSql.ActionCreatePreparedStatementResult.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FlightSql.ActionCreatePreparedStatementResult.Builder.mergeFrom
(com.google.protobuf.Message other) FlightSql.ActionCreatePreparedStatementResult.Builder.mergeFrom
(FlightSql.ActionCreatePreparedStatementResult other) FlightSql.ActionCreatePreparedStatementResult.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.ActionCreatePreparedStatementResult.newBuilder()
FlightSql.ActionCreatePreparedStatementResult.newBuilder
(FlightSql.ActionCreatePreparedStatementResult prototype) FlightSql.ActionCreatePreparedStatementResult.newBuilderForType()
FlightSql.ActionCreatePreparedStatementResult.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FlightSql.ActionCreatePreparedStatementResult.Builder.setDatasetSchema
(com.google.protobuf.ByteString value) If a result set generating query was provided, dataset_schema contains the schema of the result set.FlightSql.ActionCreatePreparedStatementResult.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FlightSql.ActionCreatePreparedStatementResult.Builder.setParameterSchema
(com.google.protobuf.ByteString value) If the query provided contained parameters, parameter_schema contains the schema of the expected parameters.FlightSql.ActionCreatePreparedStatementResult.Builder.setPreparedStatementHandle
(com.google.protobuf.ByteString value) Opaque handle for the prepared statement on the server.FlightSql.ActionCreatePreparedStatementResult.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FlightSql.ActionCreatePreparedStatementResult.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FlightSql.ActionCreatePreparedStatementResult.toBuilder()