SYSCAT.XSROBJECTCOMPONENTS catalog view

Each row represents an XSR object component.

Table 1. SYSCAT.XSROBJECTCOMPONENTS Catalog View
Column Name Data Type Nullable Description
OBJECTID BIGINT   Unique generated identifier for an XSR object.
OBJECTSCHEMA VARCHAR (128)   Schema name of the XSR object.
OBJECTNAME VARCHAR (128)   Unqualified name of the XSR object.
COMPONENTID BIGINT   Unique generated identifier for an XSR object component.
TARGETNAMESPACE VARCHAR (1001) Y String identifier for the target namespace.
SCHEMALOCATION VARCHAR (1001) Y String identifier for the schema location.
COMPONENT BLOB (30M)   External representation of the component.
CREATE_TIME TIMESTAMP   Time at which the XSR object component was registered.
STATUS CHAR (1)   Registration status.
  • C = Complete
  • I = Incomplete