Variable ColumnInfo.nullable
Can the column value be set to NULL
Declaration
struct ColumnInfo
								
								{
								
  // ...
								
  bool nullable;
								
  // ...
								
								}
							
						Can the column value be set to NULL
struct ColumnInfo
								
								{
								
  // ...
								
  bool nullable;
								
  // ...
								
								}