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 D | sqlite_utils.h | 111 static int SetUserVer(const OpenDbProperties &properties, int version); 113 static int SetUserVer(sqlite3 *db, int version);
|
H A D | sqlite_multi_ver_data_storage.cpp | 112 errCode = SQLiteUtils::SetUserVer(option, MULTI_VER_DATA_STORAGE_VERSION_CURRENT); in Open()
|
H A D | sqlite_single_ver_natural_store.h | 257 static int SetUserVer(const KvDBProperties &kvDBProp, int version);
|
H A D | sqlite_single_ver_database_upgrader.cpp | 158 return SQLiteUtils::SetUserVer(db_, version); in SetDatabaseVersion()
|
H A D | sqlite_utils.cpp | 1091 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 D | sqlite_single_ver_natural_store.cpp | 187 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 D | sqlite_local_kvdb.cpp | 235 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 D | distributeddb_tools_unit_test.cpp | 121 errCode = SQLiteUtils::SetUserVer(properties, dbInfo.dbUserVersion); in CreateMockSingleDb() 135 int errCode = SQLiteUtils::SetUserVer(properties, dbInfo.dbUserVersion); in CreatMockMultiDb()
|