Uses of Class
org.apache.flink.table.catalog.exceptions.ModelNotExistException
-
Packages that use ModelNotExistException Package Description org.apache.flink.table.catalog -
-
Uses of ModelNotExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw ModelNotExistException Modifier and Type Method Description default voidCatalog. alterModel(ObjectPath modelPath, CatalogModel newModel, boolean ignoreIfNotExists)Modifies an existing model.default voidCatalog. alterModel(ObjectPath modelPath, CatalogModel newModel, List<ModelChange> modelChanges, boolean ignoreIfNotExists)Modifies an existing model.default voidCatalog. dropModel(ObjectPath modelPath, boolean ignoreIfNotExists)Drop a model.default CatalogModelCatalog. getModel(ObjectPath modelPath)Returns aCatalogModelidentified by the givenObjectPath.default voidCatalog. renameModel(ObjectPath modelPath, String newModelName, boolean ignoreIfNotExists)Rename an existing model.
-