Uses of Class
com.databricks.sdk.service.catalog.SchemaInfo
-
Packages that use SchemaInfo Package Description com.databricks.sdk.service.catalog -
-
Uses of SchemaInfo in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return SchemaInfo Modifier and Type Method Description SchemaInfoSchemasAPI. create(CreateSchema request)Create a schema.SchemaInfoSchemasAPI. create(String name, String catalogName)SchemaInfoSchemasService. create(CreateSchema createSchema)Create a schema.SchemaInfoSchemasAPI. get(GetSchemaRequest request)Get a schema.SchemaInfoSchemasAPI. get(String fullName)SchemaInfoSchemasService. get(GetSchemaRequest getSchemaRequest)Get a schema.SchemaInfoSchemaInfo. setCatalogName(String catalogName)SchemaInfoSchemaInfo. setCatalogType(String catalogType)SchemaInfoSchemaInfo. setComment(String comment)SchemaInfoSchemaInfo. setCreatedAt(Long createdAt)SchemaInfoSchemaInfo. setCreatedBy(String createdBy)SchemaInfoSchemaInfo. setEffectiveAutoMaintenanceFlag(EffectiveAutoMaintenanceFlag effectiveAutoMaintenanceFlag)SchemaInfoSchemaInfo. setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance)SchemaInfoSchemaInfo. setFullName(String fullName)SchemaInfoSchemaInfo. setMetastoreId(String metastoreId)SchemaInfoSchemaInfo. setName(String name)SchemaInfoSchemaInfo. setOwner(String owner)SchemaInfoSchemaInfo. setProperties(Map<String,String> properties)SchemaInfoSchemaInfo. setStorageLocation(String storageLocation)SchemaInfoSchemaInfo. setStorageRoot(String storageRoot)SchemaInfoSchemaInfo. setUpdatedAt(Long updatedAt)SchemaInfoSchemaInfo. setUpdatedBy(String updatedBy)SchemaInfoSchemasAPI. update(UpdateSchema request)Update a schema.SchemaInfoSchemasAPI. update(String fullName)SchemaInfoSchemasService. update(UpdateSchema updateSchema)Update a schema.Methods in com.databricks.sdk.service.catalog that return types with arguments of type SchemaInfo Modifier and Type Method Description Collection<SchemaInfo>ListSchemasResponse. getSchemas()Iterable<SchemaInfo>SchemasAPI. list(ListSchemasRequest request)List schemas.Iterable<SchemaInfo>SchemasAPI. list(String catalogName)Method parameters in com.databricks.sdk.service.catalog with type arguments of type SchemaInfo Modifier and Type Method Description ListSchemasResponseListSchemasResponse. setSchemas(Collection<SchemaInfo> schemas)
-