Uses of Class
com.databricks.sdk.service.catalog.EnableSchemaName
-
Packages that use EnableSchemaName Package Description com.databricks.sdk.service.catalog -
-
Uses of EnableSchemaName in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return EnableSchemaName Modifier and Type Method Description EnableSchemaNameEnableRequest. getSchemaName()static EnableSchemaNameEnableSchemaName. valueOf(String name)Returns the enum constant of this type with the specified name.static EnableSchemaName[]EnableSchemaName. 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 EnableSchemaName Modifier and Type Method Description voidSystemSchemasAPI. enable(String metastoreId, EnableSchemaName schemaName)EnableRequestEnableRequest. setSchemaName(EnableSchemaName schemaName)
-