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

SQL Anywhere 11.0.1 (Français) » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ system tables

 

sysinternal system table

Each row in the sysinternal system table is used to store system options and other internal data.

Column name Column type Description
name VARCHAR(128) The name of the option.
value VARCHAR(128) The option value.
Constraints

PRIMARY KEY (name)