Sets a column as nullable.
ColumnSchema ColumnSchema.setNullable( boolean nullable )
nullable Set true if this column should accept null values; otherwise, set false.
Columns in primary and unique keys are always not nullable. BIT-type columns are not nullable by default.
This ColumnSchema with nullable defined.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |