Uses of Interface
com.clickhouse.client.grpc.impl.NameAndTypeOrBuilder
-
Packages that use NameAndTypeOrBuilder Package Description com.clickhouse.client.grpc.impl -
-
Uses of NameAndTypeOrBuilder in com.clickhouse.client.grpc.impl
Classes in com.clickhouse.client.grpc.impl that implement NameAndTypeOrBuilder Modifier and Type Class Description classNameAndTypeProtobuf typeclickhouse.grpc.NameAndTypestatic classNameAndType.BuilderProtobuf typeclickhouse.grpc.NameAndTypeMethods in com.clickhouse.client.grpc.impl that return NameAndTypeOrBuilder Modifier and Type Method Description NameAndTypeOrBuilderExternalTable.Builder. getColumnsOrBuilder(int index)Columns of the table.NameAndTypeOrBuilderExternalTable. getColumnsOrBuilder(int index)Columns of the table.NameAndTypeOrBuilderExternalTableOrBuilder. getColumnsOrBuilder(int index)Columns of the table.Methods in com.clickhouse.client.grpc.impl that return types with arguments of type NameAndTypeOrBuilder Modifier and Type Method Description List<? extends NameAndTypeOrBuilder>ExternalTable.Builder. getColumnsOrBuilderList()Columns of the table.List<? extends NameAndTypeOrBuilder>ExternalTable. getColumnsOrBuilderList()Columns of the table.List<? extends NameAndTypeOrBuilder>ExternalTableOrBuilder. getColumnsOrBuilderList()Columns of the table.
-