Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp74 auto beginSql = GetBeginSql(type); in Begin() local
75 if (beginSql.empty()) { in Begin()
79 auto [errorCode, statement] = connection_->CreateStatement(beginSql, connection_); in Begin()