PowerCenter
- PowerCenter 10.5.1
- All Products
rowType getInRowType();
Parameter | Parameter Type | Datatype | Description |
---|---|---|---|
rowType | Output | String | Returns the update strategy type, which is one of the following values:
|
// 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);