NOT FOR CLIENT USE. Maps an external entity to an internal object where the external entity is uniquely defined in its own namespace by the xentity_id. The namspace is uniquely defined for our use by the xschema_code and xschema_ver. The semantics of the xentity_id, and parameters (*_rsrved fields) depends upon the namespace.
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
id |
INTEGER UNIQUE NOT_NULL KEY |
|
Unique (to the table) Numeric ID |
|
int1_rsrved |
INTEGER |
|
reserved for CA - do not use |
|
int2_rsrved |
INTEGER |
|
reserved for CA - do not use |
|
int3_rsrved |
INTEGER |
|
reserved for CA - do not use |
|
int4_rsrved |
INTEGER |
|
reserved for CA - do not use |
|
int5_rsrved |
INTEGER |
|
reserved for CA - do not use |
|
int6_rsrved |
INTEGER |
|
reserved for CA - do not use |
|
lstr1_rsrved |
STRING 255 |
|
reserved for CA - do not use |
|
lstr2_rsrved |
STRING 255 |
|
reserved for CA - do not use |
|
ob_persid |
STRING 30 |
|
the "mapped to" object |
|
ob_type |
STRING 30 |
|
the "mapped to" object type |
|
persid |
STRING 30 |
|
Persistent ID (SystemObjectName:id) |
|
str1_rsrved |
STRING 80 |
|
reserved for CA - do not use |
|
str2_rsrved |
STRING 80 |
|
reserved for CA - do not use |
|
xentity_id |
STRING 180 NOT_NULL |
|
Specifies the uniq. external entity reference. |
|
xschema_code |
STRING 12 NOT_NULL |
|
Specifies the internal code for the namespace of the entity. |
|
xschema_ver |
INTEGER NOT_NULL |
|
Specifies the internal ver for the namespace of the entity. |
|
Copyright © 2013 CA.
All rights reserved.
|
|