Table of Contents

Search

  1. Preface
  2. The Transformation Language
  3. Constants
  4. Operators
  5. Variables
  6. Dates
  7. Functions
  8. Creating Custom Functions
  9. Custom Function API Reference

Transformation Language Reference

Transformation Language Reference

Custom Function Description Function

Custom Function Description Function

PowerCenter calls getFunctionDescription to get a description of the custom function. It calls destroyString to delete the description from memory when usage is complete.
Use the following syntax:
IUNICHAR* *(getFunctionDescription) (IUNICHAR* sNamespace, IUNICHAR* sFuncName);
Argument
Datatype
Input/
Output
Description
sNamespace
IUNICHAR
Input
Namespace of the function.
sFuncName
IUNICHAR
Input
Name of the custom function the plug-in should describe.
The return datatype is IUNICHAR. The return value must be a null-terminated string.

0 COMMENTS

We’d like to hear from you!