protected function __sql_end()
 {
     $this->sql .= " ;";
     if (AbstractPeer::__is_dump_sql()) {
         echo $this->sql;
     }
 }