Home
last modified time | relevance | path

Searched refs:valueGotStr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp176 std::string valueGotStr; in GetUpDataRePlaceData() local
177 int errCode = resultSet.GetValue(valueGotStr); in GetUpDataRePlaceData()
190 JsonObject originValue = JsonObject::Parse(valueGotStr, errCode, true); in GetUpDataRePlaceData()
192 GLOGD("Parse original value failed. %d %s", errCode, valueGotStr.c_str()); in GetUpDataRePlaceData()