Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TTypeEntry
-
Packages that use TTypeEntry Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TTypeEntry in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TTypeEntry Modifier and Type Field Description List<TTypeEntry>TTypeDesc. typesMethods in com.databricks.jdbc.model.client.thrift.generated that return TTypeEntry Modifier and Type Method Description static TTypeEntryTTypeEntry. arrayEntry(TArrayTypeEntry value)TTypeEntryTTypeEntry. deepCopy()static TTypeEntryTTypeEntry. mapEntry(TMapTypeEntry value)static TTypeEntryTTypeEntry. primitiveEntry(TPrimitiveTypeEntry value)static TTypeEntryTTypeEntry. structEntry(TStructTypeEntry value)static TTypeEntryTTypeEntry. unionEntry(TUnionTypeEntry value)static TTypeEntryTTypeEntry. userDefinedTypeEntry(TUserDefinedTypeEntry value)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TTypeEntry Modifier and Type Method Description List<TTypeEntry>TTypeDesc. getTypes()Iterator<TTypeEntry>TTypeDesc. getTypesIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeEntry Modifier and Type Method Description voidTTypeDesc. addToTypes(TTypeEntry elem)intTTypeEntry. compareTo(TTypeEntry other)booleanTTypeEntry. equals(TTypeEntry other)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TTypeEntry Modifier and Type Method Description TTypeDescTTypeDesc. setTypes(List<TTypeEntry> types)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TTypeEntry Constructor Description TTypeEntry(TTypeEntry other)Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TTypeEntry Constructor Description TTypeDesc(List<TTypeEntry> types)
-