Searched refs:g_cursorField (Results 1 – 1 of 1) sorted by relevance
29 const char *g_cursorField = CloudDbConstant::CURSOR_FIELD; variable92 extend[i][g_cursorField] = std::to_string(currentCursor_++); in InnerBatchInsert()129 extend[i][g_cursorField] = std::to_string(currentCursor_++); in BatchInsertWithGid()255 tableData.extend[g_cursorField] = std::to_string(currentCursor_++); in DeleteByGid()287 std::string cursor = std::get<std::string>(extend[g_cursorField]); in Query()289 …LOGD("extend size: %zu type: %zu expect: %zu, cursor: %s", extend.size(), extend[g_cursorField].i… in Query()297 extend[g_cursorField] = std::to_string(currentCursor_ - 1); in Query()301 extend[g_cursorField] = increPrefix_; in Query()318 std::string srcCursor = std::get<std::string>(tableData.extend[g_cursorField]); in GetCloudData()330 extend[g_cursorField] = srcCursor; in GetCloudData()[all …]