Searched defs:exportSql (Results 1 – 2 of 2) sorted by relevance
83 … std::string exportSql("CREATE TABLE systuning_export." + *itor + " AS SELECT * FROM " + *itor); in ExportDatabase() local87 … std::string exportSql("CREATE TABLE systuning_export." + *itor + " AS SELECT * FROM " + *itor); in ExportDatabase() local
100 std::string exportSql("CREATE TABLE systuning_export." + (*itor).substr(1, -1) + in ExportDatabase() local105 std::string exportSql("CREATE TABLE systuning_export." + (*itor).substr(1, -1) + in ExportDatabase() local130 … std::string exportSql("CREATE TABLE " + (*itor).substr(1, -1) + " AS SELECT * FROM " + *itor); in Prepare() local