Home
last modified time | relevance | path

Searched refs:COMMIT_TRANSACTION_SQL (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp78 static constexpr const char *COMMIT_TRANSACTION_SQL = "commit;"; variable
2030 return ExecuteByTrxId(COMMIT_TRANSACTION_SQL, trxId, true); in Commit()