DM_addNmp

This method adds a name mapping to a value of type DM_LogicalDataSpec. The name mapping is defined by a reference to a table and to two columns, one containing the original data value and the other the mapped name. The table is not read when this method is called. Reading the table and checking whether it exists happen during the training run.

Syntax

Method syntax

Read syntax diagramSkip visual syntax diagram
>>-logData..DM_addNmp--(--nmpName--,--tabName--,--valueCol--,--->

>--dispValueCol--)---------------------------------------------><

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_addNmp--(--logData--,--nmpName--,--tabName--,--valueCol--,-->

>--dispValueCol--)---------------------------------------------><

Parameters

logData
A value of type DM_LogicalDataSpec
nmpName
A value of type VARCHAR(128) that represents the name of the name mapping
tabName
A value of type VARCHAR(300) that represents the name of the table that contains the name mapping
valueCol
A value of type VARCHAR(128) that represents the column that contains possible data values
dispValueCol
A value of type VARCHAR(128) that represents the column that contains the mapped names

Return Value

The return value is of type DM_LogicalDataSpec



Feedback | Information roadmap