Mapping NULL functions: NullFuncMapper element
The NullFuncMapper element is used for customizing the mappings of the NULL functions listed in Table 11-13. The table also shows the default template for each function.
Default template
Generated by the Integration service.
CAST (NULL AS TIMESTAMP)
Example: Disabling the CAST (NULL AS . . .) functions
Your database does not support the NULL literal, so the CAST (NULL AS . . .) functions must be disabled:
<NullFuncMapper>
  <FunctionMappings>
    <FunctionMapping FunctionName="CAST_NULL_AS_INTEGER"
      Disabled="true" />
    <FunctionMapping FunctionName="CAST_NULL_AS_DECIMAL"
      Disabled="true" />
    <FunctionMapping FunctionName="CAST_NULL_AS_DOUBLE"
      Disabled="true" />
    <FunctionMapping FunctionName="CAST_NULL_AS_VARCHAR"
      Disabled="true" />
    <FunctionMapping FunctionName="CAST_NULL_AS_TIMESTAMP"
      Disabled="true" />
  </FunctionMappings>
</NullFuncMapper>

Additional Links:

Copyright Actuate Corporation 2012