null Module_Database_QueryBuilder::notin( )
public function notin($column, $value) { return $this->and_where($column, $value, 'not in'); }