public function orWhere()
    {
        $numArgs = func_num_args();
        $args = func_get_args();
        $col = null;