Column Name | Data Type | Description |
---|---|---|
object_id | integer | Unique identifier (object ID) for identifying this form in the ii_objects catalog. Other information about this form (such as name, owner, and object class) is stored in the ii_objects catalog. |
cfseq | smallint | Sequence number of this record for a particular encoded form. Record sequence numbering starts at zero (0). |
cfdatsize | integer | Number of bytes of actual data in column cfdata. |
cftotdat | integer | Total number of bytes needed to hold an encoded form. |
cfdata | varchar(1960) | Data area used for holding an encoded form. |