PowerCenter
- PowerCenter 10.5.7
- 所有产品
rowType getInRowType();
参数 | 参数类型 | 数据类型 | 说明 |
---|---|---|---|
rowType | 输出 | String | 返回更新策略类型,该类型是以下值之一:
|
// Set the value of the output port. output1 = input1; // Get and set the row type. String rowType = getInRowType(); setOutRowType(rowType); // Set row type to DELETE if the output port value is > 100. if(input1 > 100 setOutRowType(DELETE);