Searched refs:SYS_VERSION_TABLE_NAME (Results 1 – 1 of 1) sorted by relevance
40 const std::string SYS_VERSION_TABLE_NAME = "version"; variable141 if (auto ret = dbStore.Insert(seq, SYS_VERSION_TABLE_NAME, bucket); ret != NativeRdb::E_OK) { in StoreSysVersion()216 if (auto ret = CreateTable(dbStore, SYS_VERSION_TABLE_NAME, fields); ret != NativeRdb::E_OK) { in CreateVersionTable()217 HIVIEW_LOGE("failed to create %{public}s table", SYS_VERSION_TABLE_NAME.c_str()); in CreateVersionTable()368 NativeRdb::RdbPredicates predicates(SYS_VERSION_TABLE_NAME); in GetStoredSysVersion()