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_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