Searched refs:COMMIT (Results 1 – 3 of 3) sorted by relevance
44 await rdbStore.execute("COMMIT");56 await rdbStore.execute("COMMIT");68 await rdbStore.executeSync("COMMIT");80 await rdbStore.executeSync("COMMIT");
52 const std::string COMMIT = "COMMIT"; variable
71 std::string retStr = this->id == 0 ? COMMIT : ""; in GetCommitStr()