| Interface | Description |
|---|---|
| AlterOperation |
A
Operation that describes the DDL statements, e.g. |
| CreateOperation |
A
Operation that describes the DDL statements, e.g. |
| DropOperation |
A
Operation that describes the DROP DDL statements, e.g. |
| Class | Description |
|---|---|
| AlterDatabaseOperation |
Operation to describe a ALTER DATABASE statement.
|
| AlterFunctionOperation |
Operation to describe a ALTER FUNCTION statement for temporary catalog function.
|
| AlterTableOperation |
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.
|
| AlterTablePropertiesOperation |
Operation to describe a ALTER TABLE ..
|
| AlterTableRenameOperation |
Operation to describe a ALTER TABLE ..
|
| CreateDatabaseOperation |
Operation to describe a CREATE DATABASE statement.
|
| CreateFunctionOperation |
Operation to describe a CREATE FUNCTION statement for catalog function.
|
| CreateTableOperation |
Operation to describe a CREATE TABLE statement.
|
| CreateTempSystemFunctionOperation |
Operation to describe a CREATE FUNCTION statement for temporary system function.
|
| DropDatabaseOperation |
Operation to describe a DROP DATABASE statement.
|
| DropFunctionOperation |
Operation to describe a DROP FUNCTION statement for catalog function.
|
| DropTableOperation |
Operation to describe a DROP TABLE statement.
|
| DropTempSystemFunctionOperation |
Operation to describe a DROP FUNCTION statement for temporary
system function.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.