Uses of Class
com.clickhouse.client.grpc.impl.NameAndType.Builder
Packages that use NameAndType.Builder
-
Uses of NameAndType.Builder in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return NameAndType.BuilderModifier and TypeMethodDescriptionExternalTable.Builder.addColumnsBuilder()Columns of the table.ExternalTable.Builder.addColumnsBuilder(int index) Columns of the table.Result.Builder.addOutputColumnsBuilder()The names and types of columns of the result written in `output`.Result.Builder.addOutputColumnsBuilder(int index) The names and types of columns of the result written in `output`.NameAndType.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) NameAndType.Builder.clear()NameAndType.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) NameAndType.Builder.clearName()string name = 1;NameAndType.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) NameAndType.Builder.clearType()string type = 2;NameAndType.Builder.clone()ExternalTable.Builder.getColumnsBuilder(int index) Columns of the table.Result.Builder.getOutputColumnsBuilder(int index) The names and types of columns of the result written in `output`.NameAndType.Builder.mergeFrom(NameAndType other) NameAndType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NameAndType.Builder.mergeFrom(com.google.protobuf.Message other) final NameAndType.BuilderNameAndType.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static NameAndType.BuilderNameAndType.newBuilder()static NameAndType.BuilderNameAndType.newBuilder(NameAndType prototype) NameAndType.newBuilderForType()protected NameAndType.BuilderNameAndType.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) string name = 1;NameAndType.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 1;NameAndType.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) string type = 2;NameAndType.Builder.setTypeBytes(com.google.protobuf.ByteString value) string type = 2;final NameAndType.BuilderNameAndType.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) NameAndType.toBuilder()Methods in com.clickhouse.client.grpc.impl that return types with arguments of type NameAndType.BuilderModifier and TypeMethodDescriptionExternalTable.Builder.getColumnsBuilderList()Columns of the table.Result.Builder.getOutputColumnsBuilderList()The names and types of columns of the result written in `output`.Methods in com.clickhouse.client.grpc.impl with parameters of type NameAndType.BuilderModifier and TypeMethodDescriptionExternalTable.Builder.addColumns(int index, NameAndType.Builder builderForValue) Columns of the table.ExternalTable.Builder.addColumns(NameAndType.Builder builderForValue) Columns of the table.Result.Builder.addOutputColumns(int index, NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.Result.Builder.addOutputColumns(NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.ExternalTable.Builder.setColumns(int index, NameAndType.Builder builderForValue) Columns of the table.Result.Builder.setOutputColumns(int index, NameAndType.Builder builderForValue) The names and types of columns of the result written in `output`.