| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
SchemaInfo |
SchemasAPI.create(CreateSchema request)
Creates a new schema for catalog in the Metastore.
|
SchemaInfo |
SchemasService.create(CreateSchema createSchema)
Creates a new schema for catalog in the Metastore.
|
SchemaInfo |
SchemasAPI.get(GetSchemaRequest request)
Gets the specified schema within the metastore.
|
SchemaInfo |
SchemasService.get(GetSchemaRequest getSchemaRequest)
Gets the specified schema within the metastore.
|
SchemaInfo |
SchemasAPI.get(String fullName) |
SchemaInfo |
SchemaInfo.setBrowseOnly(Boolean browseOnly) |
SchemaInfo |
SchemaInfo.setCatalogName(String catalogName) |
SchemaInfo |
SchemaInfo.setCatalogType(CatalogType catalogType) |
SchemaInfo |
SchemaInfo.setComment(String comment) |
SchemaInfo |
SchemaInfo.setCreatedAt(Long createdAt) |
SchemaInfo |
SchemaInfo.setCreatedBy(String createdBy) |
SchemaInfo |
SchemaInfo.setEffectivePredictiveOptimizationFlag(EffectivePredictiveOptimizationFlag effectivePredictiveOptimizationFlag) |
SchemaInfo |
SchemaInfo.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
SchemaInfo |
SchemaInfo.setFullName(String fullName) |
SchemaInfo |
SchemaInfo.setMetastoreId(String metastoreId) |
SchemaInfo |
SchemaInfo.setName(String name) |
SchemaInfo |
SchemaInfo.setOwner(String owner) |
SchemaInfo |
SchemaInfo.setProperties(Map<String,String> properties) |
SchemaInfo |
SchemaInfo.setSchemaId(String schemaId) |
SchemaInfo |
SchemaInfo.setStorageLocation(String storageLocation) |
SchemaInfo |
SchemaInfo.setStorageRoot(String storageRoot) |
SchemaInfo |
SchemaInfo.setUpdatedAt(Long updatedAt) |
SchemaInfo |
SchemaInfo.setUpdatedBy(String updatedBy) |
SchemaInfo |
SchemasAPI.update(UpdateSchema request)
Updates a schema for a catalog.
|
SchemaInfo |
SchemasService.update(UpdateSchema updateSchema)
Updates a schema for a catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SchemaInfo> |
ListSchemasResponse.getSchemas() |
Iterable<SchemaInfo> |
SchemasAPI.list(ListSchemasRequest request)
Gets an array of schemas for a catalog in the metastore.
|
Iterable<SchemaInfo> |
SchemasAPI.list(String catalogName) |
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResponse |
ListSchemasResponse.setSchemas(Collection<SchemaInfo> schemas) |
Copyright © 2026. All rights reserved.