PowerCenter
- PowerCenter 10.5.6
- All Products
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. |
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. |
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. |