NOTNULL property

Where get NOTNULL

Implementation

Where get NOTNULL {
  Where w = Where(this);
  w << "NOTNULL";
  return w;
}