Home
last modified time | relevance | path

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 Dkv_store_executor.h32 …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 Dsqlite_store_executor_impl.h40 …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 Dsqlite_store_executor_impl.cpp107 …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()