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 |
PRIMARY KEY (name, type)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |