sysuldata system table

Each row in the sysuldata system table names value pairs of options and properties.

Column name Column type Description
long_setting LONGBINARY A BLOB for long values.
name VARCHAR(128) The name of the property.
setting VARCHAR(128) The value of the property.
type VARCHAR(128) One of either sys for internals, opt for options, or prop for properties
Constraints

PRIMARY KEY (name, type)

See also