PowerCenter
- PowerCenter 10.4.0
- 所有产品
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);