Home
last modified time | relevance | path

Searched refs:vSchema_ (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp234 if (vSchema_ < static_cast<int64_t>(version)) { in Execute()
236 SqliteUtils::Anonymous(name_).c_str(), vSchema_, static_cast<int64_t>(version), sql.c_str()); in Execute()
237 vSchema_ = version; in Execute()
H A Drdb_store_impl.cpp1175 if (vSchema_ < static_cast<int64_t>(version)) { in ExecuteSql()
1177 SqliteUtils::Anonymous(name_).c_str(), vSchema_, static_cast<int64_t>(version), sql.c_str()); in ExecuteSql()
1178 vSchema_ = version; in ExecuteSql()
1262 if (vSchema_ < static_cast<int64_t>(version)) { in HandleDifferentSqlTypes()
1264 SqliteUtils::Anonymous(name_).c_str(), vSchema_, static_cast<int64_t>(version), sql.c_str()); in HandleDifferentSqlTypes()
1265 vSchema_ = version; in HandleDifferentSqlTypes()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtrans_db.h43 int64_t vSchema_ = 0; member in OHOS::NativeRdb::TransDB
H A Drdb_store_impl.h219 int64_t vSchema_ = 0; member in OHOS::NativeRdb::RdbStoreImpl
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h127 int64_t vSchema_ = 0; member in OHOS::NativeRdb::RdbStoreImpl

Completed in 6 milliseconds