Uses of Class
com.databricks.sdk.service.sharing.ColumnTypeName
-
Packages that use ColumnTypeName Package Description com.databricks.sdk.service.sharing -
-
Uses of ColumnTypeName in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return ColumnTypeName Modifier and Type Method Description ColumnTypeNameColumnInfo. getTypeName()static ColumnTypeNameColumnTypeName. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnTypeName[]ColumnTypeName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sharing with parameters of type ColumnTypeName Modifier and Type Method Description ColumnInfoColumnInfo. setTypeName(ColumnTypeName typeName)
-