public interface DropOperation extends Operation
Operation
that describes the DROP DDL statements, e.g. DROP TABLE or DROP DATABASE.
Different sub operations can have their special target name. For example, a drop table operation may have a target table name and a flag to describe if is exists.
asSummaryString
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.