Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->set_sql('update', <<"");
                    UPDATE __TABLE__
                    SET    %s
                    WHERE  __IDENTIFIER__
    
  2. or download this
    sub my_sqlset
    {
    ...
        # escape your statement here
        $self->set_sql($name,$statement);
    }