The db_parameter table contains metadata about parameters passed to Reusable Transformations & Lookup Transformations.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of the parameter. |
| dbrep_type | varchar(127) | with null | The Data Type of the parameter. |
| dbrep_kind | smallint | with null | Represents whether the parameter is an input or output. |
| dbrep_sequencenum | integer | with null | The sequence number of the parameter in the transformation. |
Product Name: Data Transformer
Table Type: Table