Each row in the sysuldata system table names value pairs of options and properties.
Synchronization profiles are stored in the UltraLiteJ 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 sys for internals, opt for options, or prop for properties |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |