NOTNULL property

Where get NOTNULL

Implementation

Where get NOTNULL {
  Where w = this is Where ? this as Where : Where.strip(this);
  w << "NOTNULL";
  return w;
}