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 D | sqlite_single_ver_schema_database_upgrader.cpp | 224 int errCode = SQLiteUtils::IncreaseIndex(db_, entry.first, entry.second, theType, skipSize); in UpgradeIndexes()
|
H A D | sqlite_utils.h | 121 …static int IncreaseIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType typ…
|
H A D | sqlite_utils.cpp | 1298 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()
|