@PublicEvolving public interface CatalogDatabase
Modifier and Type | Method and Description |
---|---|
CatalogDatabase |
copy()
Get a deep copy of the CatalogDatabase instance.
|
CatalogDatabase |
copy(Map<String,String> properties)
Returns a copy of this
CatalogDatabase with the given properties. |
String |
getComment()
Get comment of the database.
|
Optional<String> |
getDescription()
Get a brief description of the database.
|
Optional<String> |
getDetailedDescription()
Get a detailed description of the database.
|
Map<String,String> |
getProperties()
Get a map of properties associated with the database.
|
Map<String,String> getProperties()
String getComment()
CatalogDatabase copy()
CatalogDatabase copy(Map<String,String> properties)
CatalogDatabase
with the given properties.Optional<String> getDescription()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.