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 API reference » ColumnSchema interface

 

COLUMN_DEFAULT_UNIQUE_ID variable

Specifies the column defaults to a new unique identifier.

Syntax
final byte ColumnSchema.COLUMN_DEFAULT_UNIQUE_ID
Remarks

UUIDs can be used to uniquely identify rows in a table. The generated values are unique on every computer or device, meaning they can be used as keys in synchronization and replication environments.

The default value of existing tables can be determined by querying the column_default column of the TableSchema.SYS_COLUMNS system table.

See also