Uses of Class
com.databricks.sdk.service.catalog.CreateSchema
-
Packages that use CreateSchema Package Description com.databricks.sdk.service.catalog -
-
Uses of CreateSchema in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return CreateSchema Modifier and Type Method Description CreateSchemaCreateSchema. setCatalogName(String catalogName)CreateSchemaCreateSchema. setComment(String comment)CreateSchemaCreateSchema. setName(String name)CreateSchemaCreateSchema. setProperties(Map<String,String> properties)CreateSchemaCreateSchema. setStorageRoot(String storageRoot)Methods in com.databricks.sdk.service.catalog with parameters of type CreateSchema Modifier and Type Method Description SchemaInfoSchemasAPI. create(CreateSchema request)Create a schema.SchemaInfoSchemasService. create(CreateSchema createSchema)Create a schema.
-