Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h111 static int SetUserVer(const OpenDbProperties &properties, int version);
113 static int SetUserVer(sqlite3 *db, int version);
H A Dsqlite_multi_ver_data_storage.cpp112 errCode = SQLiteUtils::SetUserVer(option, MULTI_VER_DATA_STORAGE_VERSION_CURRENT); in Open()
H A Dsqlite_single_ver_natural_store.h257 static int SetUserVer(const KvDBProperties &kvDBProp, int version);
H A Dsqlite_single_ver_database_upgrader.cpp158 return SQLiteUtils::SetUserVer(db_, version); in SetDatabaseVersion()
H A Dsqlite_utils.cpp1091 int SQLiteUtils::SetUserVer(const OpenDbProperties &properties, int version) in SetUserVer() function in DistributedDB::SQLiteUtils
1105 errCode = SQLiteUtils::SetUserVer(db, version); in SetUserVer()
1120 int SQLiteUtils::SetUserVer(sqlite3 *db, int version) in SetUserVer() function in DistributedDB::SQLiteUtils
H A Dsqlite_single_ver_natural_store.cpp187 int SQLiteSingleVerNaturalStore::SetUserVer(const KvDBProperties &kvDBProp, int version) in SetUserVer() function in DistributedDB::SQLiteSingleVerNaturalStore
196 int errCode = SQLiteUtils::SetUserVer(properties, version); in SetUserVer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp235 return SQLiteUtils::SetUserVer(option, version); in SetVersion()
389 errCode = SQLiteUtils::SetUserVer(openProp, LOCAL_STORE_VERSION_CURRENT); in CheckVersionAndUpgradeIfNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp121 errCode = SQLiteUtils::SetUserVer(properties, dbInfo.dbUserVersion); in CreateMockSingleDb()
135 int errCode = SQLiteUtils::SetUserVer(properties, dbInfo.dbUserVersion); in CreatMockMultiDb()