Example #1
0
 /**
  * Returns sql condition for not null comparison
  * @param Selectable $selectable The field to check
  * @return Condition The sql condition object
  */
 function IsNotNull(Selectable $selectable)
 {
     return parent::CreateConditionIsNotNull($selectable);
 }