Specifies the column is global auto incrementing.
final byte ColumnSchema.COLUMN_DEFAULT_GLOBAL_AUTOINC
This constant is similar to AUTOINCREMENT, but the domain is partitioned. Each partition contains the same number of values. You must assign each copy of the database a unique global database identification number. UltraLiteJ supplies default values in a database from the partition uniquely identified by that database's number.
The default value of existing tables can be determined by querying the system table TableSchema.SYS_COLUMNS's column_default column.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |