com.semarchy.mdm.runtime.model.integration
Interface IDBDDLTaskDefinition
- All Superinterfaces:
- IDBTaskDefinition, ITaskDefinition
public interface IDBDDLTaskDefinition
- extends IDBTaskDefinition
Defines a database DDL statement task definition. Such statements are either implicitly committed
by the underlying database (Oracle for example implicitly commits DDL) or explicitly by the engine.
The engine will use the Statement.executeUpdate(String)
to execute this query and ignore the
row count returned.
The engine should execute such tasks in a separate transaction called the DDL transaction to avoid
transaction conflicts with DML statements
- Author:
- skamel
Copyright © 2015. All Rights Reserved.