public class CatalogDatabaseImpl extends Object implements org.apache.flink.table.catalog.CatalogDatabase
CatalogDatabase
.Constructor and Description |
---|
CatalogDatabaseImpl(Map<String,String> properties,
String comment) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.table.catalog.CatalogDatabase |
copy()
Get a deep copy of the CatalogDatabase instance.
|
org.apache.flink.table.catalog.CatalogDatabase |
copy(Map<String,String> 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.
|
public Map<String,String> getProperties()
getProperties
in interface org.apache.flink.table.catalog.CatalogDatabase
public String getComment()
getComment
in interface org.apache.flink.table.catalog.CatalogDatabase
public org.apache.flink.table.catalog.CatalogDatabase copy()
copy
in interface org.apache.flink.table.catalog.CatalogDatabase
public org.apache.flink.table.catalog.CatalogDatabase copy(Map<String,String> properties)
copy
in interface org.apache.flink.table.catalog.CatalogDatabase
public Optional<String> getDescription()
getDescription
in interface org.apache.flink.table.catalog.CatalogDatabase
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.