Specifies the column has no special default value.
final byte ColumnSchema.COLUMN_DEFAULT_NONE
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |