Identifies a column default type.
 Syntax
 Syntaxpublic enum ul_column_default_type Members
 Members| Member name | Description | 
|---|---|
| ul_column_default_none | The column has no default value. | 
| ul_column_default_autoincrement | The column default is AUTOINCREMENT. | 
| ul_column_default_global_autoincrement | The column default is GLOBAL AUTOINCREMENT. | 
| ul_column_default_current_timestamp | The column default is CURRENT TIMESTAMP. | 
| ul_column_default_current_utc_timestamp | The column default is CURRENT UTC TIMESTAMP. | 
| ul_column_default_current_time | The column default is CURRENT TIME. | 
| ul_column_default_current_date | The column default is CURRENT DATE. | 
| ul_column_default_newid | The column default is NEWID(). | 
| ul_column_default_other | The column default is a user-specified constant. | 
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |