Home
last modified time | relevance | path

Searched refs:BEGIN_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.cpp77 static constexpr const char *BEGIN_TRANSACTION_SQL = "begin;"; variable
1872 errCode = ExecuteByTrxId(BEGIN_TRANSACTION_SQL, tmpTrxId); in BeginTrans()