The db_infoblob table contains binary blobs associated with the table db_Object that holds additional information about the object.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of the blob. |
| dbrep_blob | long byte | with null | Contains the additional information about the object in blob format. Used mainly for object types that are not currently supported in the repository. |
Product Name: Data Transformer
Table Type: Table