Uses of Interface
org.apache.flink.table.operations.ddl.DropOperation
-
Packages that use DropOperation Package Description org.apache.flink.table.operations.ddl org.apache.flink.table.operations.materializedtable -
-
Uses of DropOperation in org.apache.flink.table.operations.ddl
Classes in org.apache.flink.table.operations.ddl that implement DropOperation Modifier and Type Class Description class
DropCatalogFunctionOperation
Operation to describe a DROP FUNCTION statement for catalog functions.class
DropCatalogOperation
Operation to describe a DROP CATALOG statement.class
DropDatabaseOperation
Operation to describe a DROP DATABASE statement.class
DropTableOperation
Operation to describe a DROP TABLE statement.class
DropTempSystemFunctionOperation
Operation to describe a DROP FUNCTION statement for temporary system function.class
DropViewOperation
Operation to describe a DROP VIEW statement. -
Uses of DropOperation in org.apache.flink.table.operations.materializedtable
Classes in org.apache.flink.table.operations.materializedtable that implement DropOperation Modifier and Type Class Description class
DropMaterializedTableOperation
Operation to describe a DROP MATERIALIZED TABLE statement.
-