Uses of Interface
org.apache.flink.table.catalog.CatalogChange
-
Packages that use CatalogChange Package Description org.apache.flink.table.catalog -
-
Uses of CatalogChange in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogChange Modifier and Type Class Description static class
CatalogChange.CatalogCommentChange
A catalog change to modify the comment.static class
CatalogChange.CatalogConfigurationChange
A catalog change to modify the catalog configuration.Methods in org.apache.flink.table.catalog with parameters of type CatalogChange Modifier and Type Method Description void
CatalogManager. alterCatalog(String catalogName, CatalogChange catalogChange)
Alters a catalog under the given name.
-