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