A. System Catalogs : QBF System Catalogs : ii_qbfnames Catalog
 
Share this page                  
ii_qbfnames Catalog
The ii_qbfnames catalog contains information used by QBF on the mapping between a form and a corresponding table or JoinDef.
The ii_qbfnames catalog is structured as compressed btree unique on the object_id column:
Column Name
Data Type
Description
object_id
integer
Unique identifier (object ID) for identifying this QBFName in the ii_objects catalog. Other information about this QBFName (such as its name, owner, and object class) is stored in the ii_objects catalog.
relname
varchar(32)
The name of a table or JoinDef.
relowner
varchar(32)
the owner of the table referenced in the QBFName.
frname
varchar(32)
The name of a form corresponding to the table or JoinDef.
qbftype
smallint
Indicates if the QBFName is mapping a form to a table (value 0) or JoinDef (value 1).