sysuldata system table

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

Synchronization profiles are stored in the sysuldata system table with name set to the profile's name, type set to ulsync, and long_setting set to the UTF-8 encoding of the profile string. Exactly one of the column settings and long_setting has an assigned value depending on usage.

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 opt for options, or prop for properties
 Constraints
 See also