PowerCenter
- PowerCenter 10.4.0
- All Products
Method Name | Description |
---|---|
invoke | Invokes an expression. |
getResultDataType | Returns the datatype of the expression result. |
getResultMetadata | Returns the metadata of the expression result. |
isResultNull | Checks the result value of an expression result. |
getInt | Returns the value of an expression result as an Integer datatype. |
getDouble | Returns the value of an expression result as a Double datatype. |
getStringBuffer | Returns the value of an expression result as a String datatype. |
getBytes | Returns the value of an expression result as a byte[] datatype. |