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