Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Aggregator Transformation
  4. Custom Transformation
  5. Custom Transformation Functions
  6. Data Masking Transformation
  7. Data Masking Examples
  8. Expression Transformation
  9. External Procedure Transformation
  10. Filter Transformation
  11. HTTP Transformation
  12. Identity Resolution Transformation
  13. Java Transformation
  14. Java Transformation API Reference
  15. Java Expressions
  16. Java Transformation Example
  17. Joiner Transformation
  18. Lookup Transformation
  19. Lookup Caches
  20. Dynamic Lookup Cache
  21. Normalizer Transformation
  22. Rank Transformation
  23. Router Transformation
  24. Sequence Generator Transformation
  25. Sorter Transformation
  26. Source Qualifier Transformation
  27. SQL Transformation
  28. Using the SQL Transformation in a Mapping
  29. Stored Procedure Transformation
  30. Transaction Control Transformation
  31. Union Transformation
  32. Unstructured Data Transformation
  33. Update Strategy Transformation
  34. XML Transformations

Transformation Guide

Transformation Guide

Function Reference

Function Reference

The Custom transformation functions include generated and API functions.
The following table lists the Custom transformation generated functions:
Function
Description
m_<module_name>_moduleInit()
Module initialization function.
p_<proc_name>_procInit()
Procedure initialization function.
p_<proc_name>_partitionInit()
Partition initialization function.
p_<proc_name>_inputRowNotification()
Input row notification function.
p_<proc_name>_dataBdryNotification()
Data boundary notification function.
p_<proc_name>_eofNotification()
End of file notification function.
p_<proc_name>_partitionDeinit()
Partition deinitialization function.
p_<proc_name>_procedureDeinit()
Procedure deinitialization function.
m_<module_name>_moduleDeinit()
Module deinitialization function.
The following table lists the Custom transformation API functions:
Function
Description
INFA_CTSetDataAccessMode()
Set data access mode function.
INFA_CTGetAncestorHandle()
Get ancestor handle function.
INFA_CTGetChildrenHandles()
Get children handles function.
INFA_CTGetInputPortHandle()
Get input port handle function.
INFA_CTGetOutputPortHandle()
Get output port handle function.
INFA_CTGetInternalProperty<datatype>()
Get internal property function.
INFA_CTGetAllPropertyNamesM()
Get all property names in MBCS mode function.
INFA_CTGetAllPropertyNamesU()
Get all property names in Unicode mode function.
INFA_CTGetExternalProperty<datatype>M()
Get external property in MBCS function.
INFA_CTGetExternalProperty<datatype>U()
Get external property in Unicode function.
INFA_CTRebindInputDataType()
Rebind input port datatype function.
INFA_CTRebindOutputDataType()
Rebind output port datatype function.
INFA_CTGetData<datatype>()
Get data functions.
INFA_CTSetData()
Set data functions.
INFA_CTGetIndicator()
Get indicator function.
INFA_CTSetIndicator()
Set indicator function.
INFA_CTGetLength()
Get length function.
INFA_CTSetLength()
Set length function.
INFA_CTSetPassThruPort()
Set pass-through port function.
INFA_CTOutputNotification()
Output notification function.
INFA_CTDataBdryOutputNotification()
Data boundary output notification function.
INFA_CTGetErrorMsgU()
Get error message in Unicode function.
INFA_CTGetErrorMsgM()
Get error message in MBCS function.
INFA_CTLogMessageU()
Log message in the session log in Unicode function.
INFA_CTLogMessageM()
Log message in the session log in MBCS function.
INFA_CTIncrementErrorCount()
Increment error count function.
INFA_CTIsTerminateRequested()
Is terminate requested function.
INFA_CTBlockInputFlow()
Block input groups function.
INFA_CTUnblockInputFlow()
Unblock input groups function.
INFA_CTSetUserDefinedPtr()
Set user-defined pointer function.
INFA_CTGetUserDefinedPtr()
Get user-defined pointer function.
INFA_CTChangeStringMode()
Change the string mode function.
INFA_CTSetDataCodePageID()
Set the data code page ID function.
INFA_CTGetRowStrategy()
Get row strategy function.
INFA_CTSetRowStrategy()
Set the row strategy function.
INFA_CTChangeDefaultRowStrategy()
Change the default row strategy of a transformation.
The following table lists the Custom transformation array-based functions:
Function
Description
INFA_CTAGetInputRowMax()
Get maximum number of input rows function.
INFA_CTAGetOutputRowMax()
Get maximum number of output rows function.
INFA_CTASetOutputRowMax()
Set maximum number of output rows function.
INFA_CTAGetNumRows()
Get number of rows function.
INFA_CTASetNumRows()
Set number of rows function.
INFA_CTAIsRowValid()
Is row valid function.
INFA_CTAGetData<datatype>()
Get data functions.
INFA_CTAGetIndicator()
Get indicator function.
INFA_CTASetData()
Set data function.
INFA_CTAGetRowStrategy()
Get row strategy function.
INFA_CTASetRowStrategy()
Set row strategy function.
INFA_CTASetInputErrorRowM()
Set input error row function for MBCS.
INFA_CTASetInputErrorRowU()
Set input error row function for Unicode.

0 COMMENTS

We’d like to hear from you!