OBJ_M_REPOSITORY
This table describes the domains, either universe or document domains, that have been added to the system. The security domain is not described through this table: it is the bomain.key file that contains the security domain description.
Name | Null ? | Type | Values |
M_REPO_N_ID | NOT NULL | int10 | Domain Identifier, as allocated with OBJ_M_MAGICID |
M_REPO_N_CONNECTID | NOT NULL | int10 | Connection to be used for this domain, pointing to the identifier in OBJ_M_CONNECTION |
M_REPO_C_NAME | NOT NULL | char(35) | Name of the domain. Not encrypted. |
M_REPO_N_TYPE | NOT NULL | int10 | BORT_MASTER
1, security domain, Unused BORT_UNIVERSE 2, universe domain BORT_DX 3, document domain BORT_BATCH 4, unused BORT_31 5 unused |
M_REPO_C_VERSION | NOT NULL | char(35) | Before version 5.0, this string was representing the version with which repository was
created. Unused in version 5.0. |
M_REPO_N_USERID | NOT NULL | int10 | "5" for those domains created at system initialization. User ID of the domain creator otherwise (points to OBJ_M_ACTOR) |
M_REPO_N_CREATDATE | NOT NULL | int10 | Date when the domain was created, expressed in usual date format |
M_REPO_N_LAD | NOT NULL | int10 | Last Action Date |
M_REPO_N_LAT | NOT NULL | int10 | Last Action Type |