COLUMN_DEFAULT_CURRENT_TIME variable

Specifies the column defaults to the current time.

Syntax
final byte ColumnSchema.COLUMN_DEFAULT_CURRENT_TIME
Remarks

See "CURRENT TIME special value" under "Special values in UltraLite" in the SQL Anywhere documentation set.

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

See also