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