Variable DBValue.isNull

struct DBValue
{
  // ...
  bool isNull ;
  // ...
}