Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp456 std::string colStr(colChar); in CalcHashKey() local
457 StringToUpper(colStr); in CalcHashKey()
459 value.assign(colStr.begin(), colStr.end()); in CalcHashKey()
466 std::string colStr(colChar); in CalcHashKey() local
467 DBCommon::RTrim(colStr); in CalcHashKey()
469 value.assign(colStr.begin(), colStr.end()); in CalcHashKey()