Searched refs:isNeedAddKeyType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/ |
H A D | kv_store_executor.h | 32 …tData(const std::string &collName, Key &key, const Value &value, bool isNeedAddKeyType = true) = 0; 33 …tData(const std::string &collName, Key &key, const Value &value, bool isNeedAddKeyType = true) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | sqlite_store_executor_impl.h | 40 …int PutData(const std::string &collName, Key &key, const Value &value, bool isNeedAddKeyType = tru… 41 …int InsertData(const std::string &collName, Key &key, const Value &value, bool isNeedAddKeyType = …
|
H A D | sqlite_store_executor_impl.cpp | 107 …utorImpl::PutData(const std::string &collName, Key &key, const Value &value, bool isNeedAddKeyType) in PutData() argument 112 if (isNeedAddKeyType) { in PutData() 136 bool isNeedAddKeyType) in InsertData() argument 141 if (isNeedAddKeyType) { in InsertData()
|