PLPROPERTY

This table contains information about the properties of a layout.

Column Descriptions:

NameTypeDescription
PLPROPERTY_IDBIGINT NOT NULLPrimary key to the table.
PAGELAYOUT_IDBIGINT NOT NULLThe unique ID of the corresponding page layout.
NAMEVARCHAR (256) NOT NULLName of the property.
VALUEVARCHAR (256) NOT NULLValue of the property.
PROPERTIESVARCHAR (256)Additional placeholder.
SEQUENCEDOUBLE NOT NULL DEFAULT 0.0The sequence of the property.
OPTCOUNTERSMALLINTReserved for IBM internal use.

Indexes:

NameColumn NamesType
P_0034PLPROPERTY_IDPrimary Key
I0001524NAME+VALUE+PAGELAYOUT_IDUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3772PAGELAYOUT_IDPAGELAYOUTPAGELAYOUT_IDCascade