Uses of Class
com.databricks.sdk.service.catalog.UpdateSchema
-
Packages that use UpdateSchema Package Description com.databricks.sdk.service.catalog -
-
Uses of UpdateSchema in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return UpdateSchema Modifier and Type Method Description UpdateSchemaUpdateSchema. setComment(String comment)UpdateSchemaUpdateSchema. setFullName(String fullName)UpdateSchemaUpdateSchema. setName(String name)UpdateSchemaUpdateSchema. setOwner(String owner)UpdateSchemaUpdateSchema. setProperties(Map<String,String> properties)Methods in com.databricks.sdk.service.catalog with parameters of type UpdateSchema Modifier and Type Method Description SchemaInfoSchemasAPI. update(UpdateSchema request)Update a schema.SchemaInfoSchemasService. update(UpdateSchema updateSchema)Update a schema.
-