Uses of Class
org.apache.drill.exec.proto.UserProtos.PreparedStatement.Builder
-
Uses of UserProtos.PreparedStatement.Builder in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionUserProtos.PreparedStatement.Builder.addAllColumns
(Iterable<? extends UserProtos.ResultColumnMetadata> values) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.addColumns
(int index, UserProtos.ResultColumnMetadata value) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.addColumns
(int index, UserProtos.ResultColumnMetadata.Builder builderForValue) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.addColumns
(UserProtos.ResultColumnMetadata value) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.addColumns
(UserProtos.ResultColumnMetadata.Builder builderForValue) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.PreparedStatement.Builder.clear()
UserProtos.PreparedStatement.Builder.clearColumns()
repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) UserProtos.PreparedStatement.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserProtos.PreparedStatement.Builder.clearServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatement.Builder.clone()
UserProtos.CreatePreparedStatementResp.Builder.getPreparedStatementBuilder()
optional .exec.user.PreparedStatement prepared_statement = 2;
UserProtos.PreparedStatement.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.PreparedStatement.Builder.mergeFrom
(com.google.protobuf.Message other) UserProtos.PreparedStatement.Builder.mergeFrom
(UserProtos.PreparedStatement other) UserProtos.PreparedStatement.Builder.mergeServerHandle
(UserProtos.PreparedStatementHandle value) In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatement.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.PreparedStatement.newBuilder()
UserProtos.PreparedStatement.newBuilder
(UserProtos.PreparedStatement prototype) UserProtos.PreparedStatement.newBuilderForType()
protected UserProtos.PreparedStatement.Builder
UserProtos.PreparedStatement.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserProtos.PreparedStatement.BuilderSchema.newMessage()
UserProtos.PreparedStatement.Builder.removeColumns
(int index) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.setColumns
(int index, UserProtos.ResultColumnMetadata value) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.setColumns
(int index, UserProtos.ResultColumnMetadata.Builder builderForValue) repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.PreparedStatement.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.PreparedStatement.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserProtos.PreparedStatement.Builder.setServerHandle
(UserProtos.PreparedStatementHandle value) In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatement.Builder.setServerHandle
(UserProtos.PreparedStatementHandle.Builder builderForValue) In order to execute the prepared statement, clients need to submit this object in RunQuery message.UserProtos.PreparedStatement.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.PreparedStatement.toBuilder()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.PreparedStatement.BuilderSchema.isInitialized
(UserProtos.PreparedStatement.Builder builder) void
SchemaUserProtos.PreparedStatement.BuilderSchema.mergeFrom
(io.protostuff.Input input, UserProtos.PreparedStatement.Builder builder) UserProtos.CreatePreparedStatementResp.Builder.setPreparedStatement
(UserProtos.PreparedStatement.Builder builderForValue) optional .exec.user.PreparedStatement prepared_statement = 2;
void
SchemaUserProtos.PreparedStatement.BuilderSchema.writeTo
(io.protostuff.Output output, UserProtos.PreparedStatement.Builder builder)