Was this helpful?
ii_encoded_forms Catalog
The ii_encoded_forms catalog contains encoded versions of forms. The encoding allows forms to be retrieved from the database faster.
The ii_encoded_forms catalog is structured as compressed btree unique on the object_id and cfseq columns:
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.
Last modified date: 01/30/2023