The WORKPLACE table encapsulates workplace storage items used in the data repository. A folder is a work data object encapsulation of a row from the Workplace table. It is the primary object used to pass workplace items to the requesting client. A PSL may contain numerous Workplace tables, each with a name that indicates the domain that the workplace storage items contained within represent.
WORKPLACE |
|
|
---|---|---|
PK |
C_INDEX |
VARCHAR(255) |
|
C_NAME |
VARCHAR(255) |
|
C_USER_ID |
VARCHAR(255) |
|
C_GROUP_ID |
VARCHAR(255) |
|
C_SHARE_ID |
VARCHAR(255) |
|
C_VISUALATTRIBUTES |
CHAR(3) |
|
C_PARENT_INDEX |
VARCHAR(255) |
|
C_TOOLTIP |
VARCHAR(255) |
|
C_PROTECTED_ACCESS |
CHAR(1) |
|
C_WORK_XML |
CLOB |
|
C_WORK_XML_SCHEMA |
CLOB |
|
C_WORK_XML_I2B2_TYPE |
VARCHAR(255) |
|
C_ENTRY_DATE |
DATE |
|
C_CHANGE_DATE |
DATE |
|
C_STATUS_CD |
CHAR(1) |