Column Name | Data Type | Description |
---|---|---|
object_id | integer | Currently not used. Is set to either 0 or the same value as the encode_object column. |
encode_object | integer | The object ID for this encoded object. Various other information about this encoded object (such as name and owner) is kept in the ii_objects catalog. |
encode_sequence | smallint | A sequence number, starting from 0, for the rows comprising a single encoded object. Because objects, for example a 4GL frame, can be arbitrarily long, an arbitrary number of ii_encodings rows are required to encode the object. |
encode_estring | varchar (1990) | A segment of the encoded string. |
Column Name | Data Type | Description |
---|---|---|
object_id | integer | The highest current object ID in this database. |
Column Name | Data Type | Description |
---|---|---|
entity_id | integer | Object ID of the locked object (application or application component). |
session_id | integer | ID of the user session that locked the object. |
locked_by | varchar(32) | User ID that locked the object. |
lock_date | char(25) | Date locked. |
lock_type | varchar(16) | Type of lock: write if an application component is locked. refresh if a concurrent application user has changed the application flow diagram (possibly affecting other users' screens). entry if no change to flow diagram. |
Column Name | Data Type | Description |
---|---|---|
object_id | integer | Object ID of the user interface object this remark belongs to. Various other information about this object (such as name, owner and object class) is kept in the ii_objects catalog. |
remark_sequence | integer | A sequence number for (future) representation of multiple segments of text comprising one object's long remarks. |
long_remark | varchar(600) | The long remarks text associated with the object. |
remark_language | integer | Currently unused. |
Column Name | Data Type | Description |
---|---|---|
object_id | integer | The object identifier, unique among user interface objects in the database. |
object_class | integer | The object's class. Tells what type of object this is (form, report, and so on). For object class definitions, see Object Classes in the ii_objects Catalog. |
object_name | varchar(32) | The name of the object. |
object_owner | varchar(32) | The object owner's user name. |
object_env | integer | Currently unused. |
is_current | smallint | Currently unused. |
short_remark | varchar(60) | A short descriptive remark associated with the object. |
object_language | smallint | Currently unused. |
create_date | char(25) | The time and date when the object was initially created. |
alter_date | char(25) | The time and date when the object, or associated information, was most recently altered or saved. |
alter_count | integer | A count of the number of times this object has been altered or saved. |
last_altered_by | varchar(32) | The name of the user who last altered or saved this object. |
Object Class | Description |
---|---|
1002 | JoinDef |
1501 | Generic Report |
1502 | Report-Writer Report |
1511 | RBF Report |
1601 | Form |
2001 | ABF Application |
2010 | 4GL Intermediate Language Code |
2021 | Host Language Procedure |
2050 | 4GL Procedure |
2075 | Database Procedure |
2110 | Global Variable |
2120 | Constant |
2130 | Record Definition |
2133 | Record Attribute |
2190 | Undefined Procedure |
2201 | QBFName |
2210 | 4GL Frame |
2219 | Old 4GL Frame |
2220 | Report Frame |
2230 | QBF Frame |
2249 | GBF Frame |
2250 | Undefined Frame |
2260 | Vision menuframe |
2261 | Vision append frame |
2262 | Vision update frame |
2264 | Vision browse frame |
3001 | ABF Form Reference |
3501 | Dependency Type: member of |
3502 | Dependency Type: database reference |
3503 | Dependency Type: call with no use of return code |
3504 | Dependency Type: call with use of return code |