ICMSTXDOObjects (XDO Objects Table)

The ICMSTXDOOBJECTS table contains XDO class definitions and Java™ XDO class name in the system.

Column Name Data Type Attribute
XDOClassID INTEGER NOT Null
AttributeGroup INTEGER NOT Null
XDOClassName VARCHAR(254) NOT Null
XDOClassDesc VARCHAR(254) nullable
JavaXDOClassName VARCHAR(254) nullable
Primary Key
(XDOClassID)
Indexes
Unique Index = (XDOClassName ascending)
z/OS only:
Unique Index = (XDOClass ascending)
Referential Constraints
None

Column Definitions

XDOClassID
A numeric value representing a particular XDO class.
AttributeGroup
System-assigned unique ID for the attribute group name.
ResourceBlob (AttributeGroup=3)
Assigned to XDO for BLOB.
ResourceText (AttributeGroup=4)
Assigned to XDO for text.
ResourceImage (AttributeGroup=5)
Assigned to XDO for image
ResourceMedia (AttributeGroup=6)
Assigned to XDO for media.
XDOClassName
The XDO class name.
XDOClassDesc
The description of the XDO class.
JavaXDOClassName
The Java class name in the Java environment.