Searched defs:setSql (Results 1 – 4 of 4) sorted by relevance
51 int32_t GeneralStoreMock::Update(const std::string &table, const std::string &setSql, Values &&valu… in Update()
564 std::string setSql = "setSql"; variable
303 int32_t KVDBGeneralStore::Update(const std::string &table, const std::string &setSql, Values &&valu… in Update()
376 int32_t RdbGeneralStore::Update(const std::string &table, const std::string &setSql, Values &&value… in Update()