Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
objectName.invoke( new Object[] { param1[, ... paramN ]}, rowType );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
objectName
| JExpression
| Input
| JExpression object name.
|
parameters
| -
| Input
| Object array that contains the input values for the expression.
|
JExpression myObject = address_lookup(); myObject.invoke(new Object[] { NAME,COMPANY }, ERowType INSERT);