Variable SQLValue.isNull

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