Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp224 int errCode = SQLiteUtils::IncreaseIndex(db_, entry.first, entry.second, theType, skipSize); in UpgradeIndexes()
H A Dsqlite_utils.h121 …static int IncreaseIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType typ…
H A Dsqlite_utils.cpp1298 int SQLiteUtils::IncreaseIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaTyp… in IncreaseIndex() function in DistributedDB::SQLiteUtils
1336 errCode = IncreaseIndex(db, name, info, type, skipSize); in ChangeIndex()