///构建批量执行时方便而使用,将多个SQL组成到一个中,进行批量执行
class CSQLBatchStringHelp
{
public:
    CSQLBatchStringHelp();
    ~CSQLBatchStringHelp();

    ///增加一个SQL
    void inSQL(string sql, string param = "");

    ///转化成一个字符串,传递给execSQLBatch
    std::string toString();

    ///返回所有SQL,但不包括param
    std::string toAllSQL();

};
Copyright © TouchNet 2015 all right reserved,powered by Gitbook最后修订时间: 2022-06-21 09:21:04

results matching ""

    No results matching ""