Beispiel #1
0
 function isNotNull($field)
 {
     $this->query->isNotNull($field);
     return $this;
 }