MSM_CreateUOW - Teradata Ecosystem Manager

Teradata® Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.20
Published
December 2020
Language
English (United States)
Last Update
2020-12-23
dita:mapPath
loa1512743917841.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
Product Category
Analytical Ecosystem

Prototype:

Create Unit of Work. This function creates MSM_UofW structure. If initialization is successful, it returns a pointer to MSM_UofW structure. Pointer to MSM_UofW should be obtained using this function only.

MSM_UofW* MSM_CreateUOW(TM_Context* pCtx);

TM_Context* pCtx: TM_initPointer to TM_Context returned by TM_Init

Pointer to MSM_UofW

  • Not NULL (success)
  • NULL (failed)