Uses of Class
org.apache.flink.table.catalog.exceptions.TableAlreadyExistException
Packages that use TableAlreadyExistException
-
Uses of TableAlreadyExistException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw TableAlreadyExistExceptionModifier and TypeMethodDescriptionvoidCatalog.createTable(ObjectPath tablePath, CatalogBaseTable table, boolean ignoreIfExists) Creates a new table or view.voidCatalog.renameTable(ObjectPath tablePath, String newTableName, boolean ignoreIfNotExists) Rename an existing table or view.