Uses of Class
com.databricks.sdk.service.catalog.TableType
-
Packages that use TableType Package Description com.databricks.sdk.service.catalog -
-
Uses of TableType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return TableType Modifier and Type Method Description TableTypeTableInfo. getTableType()TableTypeTableSummary. getTableType()static TableTypeTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableType[]TableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type TableType Modifier and Type Method Description TableInfoTableInfo. setTableType(TableType tableType)TableSummaryTableSummary. setTableType(TableType tableType)
-