Variable ColumnInfo.nullable

Can the column value be set to NULL

Declaration

struct ColumnInfo
{
  // ...
  bool nullable;
  // ...
}

Authors

Copyright

License