PLWIDGETDEFDESC

Contains language specific descriptions for each widget in PLWIDGETDEF.

Column Descriptions:

NameTypeDescription
PLWIDGETDEF_IDBIGINT NOT NULLForeign key to the PLWIDGETDEF table.
LANGUAGE_IDINTEGER NOT NULLThe primary key of the language. Foreign key to the LANGUAGE table.
DISPLAYNAMEVARCHAR (256) NOT NULLA display name for the widget.
DESCRIPTIONVARCHAR (1024) NOT NULLA description of the widget.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0019PLWIDGETDEF_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3747PLWIDGETDEF_IDPLWIDGETDEFPLWIDGETDEF_IDCascade
F_3748LANGUAGE_IDLANGUAGELANGUAGE_IDCascade