Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TColumnDesc
Packages that use TColumnDesc
Package
Description
-
Uses of TColumnDesc in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TColumnDescModifier and TypeMethodDescriptionstatic ColumnInfoDatabricksThriftUtil.getColumnInfoFromTColumnDesc(TColumnDesc columnDesc) -
Uses of TColumnDesc in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TColumnDescFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TColumnDescMethods in com.databricks.jdbc.model.client.thrift.generated that return TColumnDescModifier and TypeMethodDescriptionTColumnDesc.deepCopy()TColumnDesc.setColumnName(String columnName) TColumnDesc.setComment(String comment) TColumnDesc.setPosition(int position) TColumnDesc.setTypeDesc(TTypeDesc typeDesc) Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TColumnDescMethods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumnDescModifier and TypeMethodDescriptionvoidTTableSchema.addToColumns(TColumnDesc elem) intTColumnDesc.compareTo(TColumnDesc other) booleanTColumnDesc.equals(TColumnDesc that) Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TColumnDescConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumnDescConstructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TColumnDesc