Searched refs:g_gidField (Results 1 – 1 of 1) sorted by relevance
28 const char *g_gidField = CloudDbConstant::GID_FIELD; variable77 if (extend[i].find(g_gidField) != extend[i].end()) { in InnerBatchInsert()91 extend[i][g_gidField] = std::to_string(currentGid_++); in InnerBatchInsert()104 auto gid = std::get<std::string>(extend[i][g_gidField]); in InnerBatchInsert()124 if (extend[i].find(g_gidField) == extend[i].end()) { in BatchInsertWithGid()125 extend[i][g_gidField] = std::to_string(currentGid_++); in BatchInsertWithGid()251 …if (std::get<std::string>(tableData.extend[g_gidField]) == std::get<std::string>(extend[g_gidField… in DeleteByGid()445 if (extend[i].find(g_gidField) == extend[i].end()) { in InnerUpdateWithoutLock()491 std::string paramGid = std::get<std::string>(cloudData.extend[g_gidField]); in UpdateCloudData()494 std::string srcGid = std::get<std::string>(data.extend[g_gidField]); in UpdateCloudData()[all …]