The db_opsegment table contains metadata about code fragments within Reusable Transformations.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of the reusable transformation or lookup transformation. |
| dbrep_opsegmenttype | smallint | with null | Corresponds to the transformation functions - init, body, term, validate, reject. |
| dbrep_isactive | integer1 | with null | TRUE if segment should be used in code generation. |
| dbrep_isscriptfunction | integer1 | with null | TRUE means the code at scriptName+functionName is used at generation time FALSE means the code at codePtr is used at generation time. |
| dbrep_scriptname | varchar(127) | with null | The name of the script containing the function. |
| dbrep_functionname | varchar(128) | with null | The name of the function. |
| dbrep_codeptr | long byte | with null | The code for the segment. |
Product Name: Data Transformer
Table Type: Table