Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite System Table Reference » UltraLite system tables

sysarticle system table Next Page

sysuldata system table


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

Columns
Column nameDescriptionTypeData constraintIntegrity 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.

See also