Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » ColumnSchema interface

 

COLUMN_DEFAULT_NONE variable

Specifies the column has no special default value.

Syntax
final byte ColumnSchema.COLUMN_DEFAULT_NONE
Remarks

Nullable columns default to null, not nullable numeric columns default to zero, and not nullable varying length columns default to zero length values.

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

See also