Uses of Class
org.apache.flink.table.catalog.exceptions.ModelAlreadyExistException
-
Packages that use ModelAlreadyExistException Package Description org.apache.flink.table.catalog -
-
Uses of ModelAlreadyExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw ModelAlreadyExistException Modifier and Type Method Description default 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.
-