class |
AlterMaterializedTableAsQueryOperation |
Operation to describe an ALTER MATERIALIZED TABLE AS query operation.
|
class |
AlterMaterializedTableChangeOperation |
Alter materialized table with new table definition and table changes represents the modification.
|
class |
AlterMaterializedTableOperation |
Abstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set
properties.
|
class |
AlterMaterializedTableRefreshOperation |
Operation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]
|
class |
AlterMaterializedTableResumeOperation |
Operation to describe a ALTER MATERIALIZED TABLE ...
|
class |
AlterMaterializedTableSuspendOperation |
Operation to describe a ALTER MATERIALIZED TABLE ...
|
class |
CreateMaterializedTableOperation |
Operation to describe a CREATE MATERIALIZED TABLE statement.
|
class |
DropMaterializedTableOperation |
Operation to describe a DROP MATERIALIZED TABLE statement.
|
class |
FullAlterMaterializedTableOperation |
Operation for CREATE OR ALTER MATERIALIZED TABLE ... in case materialized table is present and
full materialized table changes should be calculated.
|