Home
last modified time | relevance | path

Searched refs:colChar (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.cpp452 auto colChar = reinterpret_cast<const char *>(sqlite3_value_text(argv[0])); in CalcHashKey() local
453 if (colChar == nullptr) { in CalcHashKey()
456 std::string colStr(colChar); in CalcHashKey()
462 auto colChar = reinterpret_cast<const char *>(sqlite3_value_text(argv[0])); in CalcHashKey() local
463 if (colChar == nullptr) { in CalcHashKey()
466 std::string colStr(colChar); in CalcHashKey()