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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |