Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TColumnDesc
-
Packages that use TColumnDesc Package Description com.databricks.jdbc.common.util com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TColumnDesc in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TColumnDesc Modifier and Type Method Description static ColumnInfoDatabricksThriftUtil. getColumnInfoFromTColumnDesc(TColumnDesc columnDesc) -
Uses of TColumnDesc in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TColumnDesc Modifier and Type Field Description List<TColumnDesc>TTableSchema. columnsMethods in com.databricks.jdbc.model.client.thrift.generated that return TColumnDesc Modifier and Type Method Description TColumnDescTColumnDesc. deepCopy()TColumnDescTColumnDesc. setColumnName(String columnName)TColumnDescTColumnDesc. setComment(String comment)TColumnDescTColumnDesc. setPosition(int position)TColumnDescTColumnDesc. setTypeDesc(TTypeDesc typeDesc)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TColumnDesc Modifier and Type Method Description List<TColumnDesc>TTableSchema. getColumns()Iterator<TColumnDesc>TTableSchema. getColumnsIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumnDesc Modifier and Type Method Description voidTTableSchema. 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 TColumnDesc Modifier and Type Method Description TTableSchemaTTableSchema. setColumns(List<TColumnDesc> columns)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TColumnDesc Constructor Description TColumnDesc(TColumnDesc other)Performs a deep copy on other.Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TColumnDesc Constructor Description TTableSchema(List<TColumnDesc> columns)
-