Home
last modified time | relevance | path

Searched refs:ROLLBACK_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.cpp79 static constexpr const char *ROLLBACK_TRANSACTION_SQL = "rollback;"; variable
1973 return ExecuteByTrxId(ROLLBACK_TRANSACTION_SQL, trxId, true); in RollBack()