Ignore:
Timestamp:
May 20, 2008, 3:12:21 PM (16 years ago)
Author:
sunny
Message:

add tomysql function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GSEXmlParser/GSEXmlParser.h

    r29 r37  
    44#include <Core/Core.h>
    55#include <stdio.h>
     6#include <MySql/MySql.h>
    67
    78using namespace Upp;
     
    1819    void   Dump();
    1920    String   ToXML();
    20     String   ToTSV();     
     21    String   ToTSV();        
    2122};
    2223
    23 struct   GSEParser {
     24struct   GSEParser { 
    2425  Array<Data>           data;
    2526  void     Dump();
     
    2728    String   ToTSV();
    2829    void     LoadXML(String filename); 
     30    void     ToMySQL(String username, String password, String db, String db_ip);
    2931};
    3032#endif
Note: See TracChangeset for help on using the changeset viewer.