Uses of Class
org.apache.flink.table.catalog.exceptions.ModelAlreadyExistException
Packages that use ModelAlreadyExistException
-
Uses of ModelAlreadyExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw ModelAlreadyExistExceptionModifier and TypeMethodDescriptiondefault voidCatalog.createModel(ObjectPath modelPath, CatalogModel model, boolean ignoreIfExists) Creates a new model.default voidCatalog.renameModel(ObjectPath modelPath, String newModelName, boolean ignoreIfNotExists) Rename an existing model.