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 classDropCatalogFunctionOperationOperation to describe a DROP FUNCTION statement for catalog functions.classDropCatalogOperationOperation to describe a DROP CATALOG statement.classDropDatabaseOperationOperation to describe a DROP DATABASE statement.classDropModelOperationOperation to describe a DROP MODEL statement.classDropTableOperationOperation to describe a DROP TABLE statement.classDropTempSystemFunctionOperationOperation to describe a DROP FUNCTION statement for temporary system function.classDropViewOperationOperation 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 classDropMaterializedTableOperationOperation to describe a DROP MATERIALIZED TABLE statement.
-