Uses of Class
com.databricks.sdk.service.catalog.SystemSchemaInfo
-
Packages that use SystemSchemaInfo Package Description com.databricks.sdk.service.catalog -
-
Uses of SystemSchemaInfo in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return SystemSchemaInfo Modifier and Type Method Description SystemSchemaInfoSystemSchemaInfo. setSchema(String schema)SystemSchemaInfoSystemSchemaInfo. setState(SystemSchemaInfoState state)Methods in com.databricks.sdk.service.catalog that return types with arguments of type SystemSchemaInfo Modifier and Type Method Description Collection<SystemSchemaInfo>ListSystemSchemasResponse. getSchemas()Iterable<SystemSchemaInfo>SystemSchemasAPI. list(ListSystemSchemasRequest request)List system schemas.Iterable<SystemSchemaInfo>SystemSchemasAPI. list(String metastoreId)Method parameters in com.databricks.sdk.service.catalog with type arguments of type SystemSchemaInfo Modifier and Type Method Description ListSystemSchemasResponseListSystemSchemasResponse. setSchemas(Collection<SystemSchemaInfo> schemas)
-