Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TPrimitiveTypeEntry
-
Packages that use TPrimitiveTypeEntry Package Description com.databricks.jdbc.common.util com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TPrimitiveTypeEntry in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return TPrimitiveTypeEntry Modifier and Type Method Description static TPrimitiveTypeEntryDatabricksTypeUtil. getTPrimitiveTypeOrDefault(TTypeDesc typeDesc) -
Uses of TPrimitiveTypeEntry in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TPrimitiveTypeEntry Modifier and Type Method Description TPrimitiveTypeEntryTPrimitiveTypeEntry. deepCopy()TPrimitiveTypeEntryTTypeEntry. getPrimitiveEntry()TPrimitiveTypeEntryTPrimitiveTypeEntry. setType(TTypeId type)TPrimitiveTypeEntryTPrimitiveTypeEntry. setTypeQualifiers(TTypeQualifiers typeQualifiers)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TPrimitiveTypeEntry Modifier and Type Method Description intTPrimitiveTypeEntry. compareTo(TPrimitiveTypeEntry other)booleanTPrimitiveTypeEntry. equals(TPrimitiveTypeEntry that)static TTypeEntryTTypeEntry. primitiveEntry(TPrimitiveTypeEntry value)voidTTypeEntry. setPrimitiveEntry(TPrimitiveTypeEntry value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TPrimitiveTypeEntry Constructor Description TPrimitiveTypeEntry(TPrimitiveTypeEntry other)Performs a deep copy on other.
-