Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示 GLOBAL AUTOINCREMENT 列缺省属性。
final byte ColumnSchema.COLUMN_DEFAULT_GLOBAL_AUTOINC
此常量类似于 AUTOINCREMENT 属性,只是要对域进行分区。每个分区都包含相同数目的值。必须为每个数据库副本指定一个唯一全局数据库标识号。UltraLiteJ 从用数据库编号唯一标识的分区中提供数据库中的缺省值。
可通过查询 TableSchema.SYS_COLUMNS 系统表中的 column_default 列来确定现有表的缺省值。