Each row in the sysuldata system table names value pairs of options and properties.
Column name | Description | Type | Data constraint | Integrity constraints |
---|---|---|---|---|
long_setting |
A BLOB for long values. |
LONGBINARY | ||
name |
The name of the property. |
VARCHAR(128) |
NOT NULL |
Primary key. |
setting |
The value of the property. |
VARCHAR(128) | ||
type |
One of either sys for internals, opt for options or prop for properties |
VARCHAR(128) |
NOT NULL |
Primary key. |