Home
last modified time | relevance | path

Searched refs:IndexInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h34 using IndexInfo = std::vector<IndexFieldInfo>; variable
38 std::map<IndexName, IndexInfo> change;
39 std::map<IndexName, IndexInfo> increase;
73 std::map<IndexName, IndexInfo> GetIndexInfo() const;
129 …int CheckFieldPathIndexableThenSave(const std::vector<FieldPath> &inPathVec, IndexInfo &infoToSave…
206 std::map<IndexName, IndexInfo> schemaIndexes_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h121 …static int IncreaseIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType typ…
124 … static int ChangeIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType type,
H A Dsqlite_utils.cpp1298 int SQLiteUtils::IncreaseIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaTyp… in IncreaseIndex()
1327 int SQLiteUtils::ChangeIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType … in ChangeIndex()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp196 std::map<IndexName, IndexInfo> SchemaObject::GetIndexInfo() const in GetIndexInfo()
200 return std::map<IndexName, IndexInfo>(); in GetIndexInfo()
720 …ct::CheckFieldPathIndexableThenSave(const std::vector<FieldPath> &inPathVec, IndexInfo &infoToSave) in CheckFieldPathIndexableThenSave()
945 inline bool IsIndexInfoExactlyEqual(const IndexInfo &leftInfo, const IndexInfo &rightInfo) in IsIndexInfoExactlyEqual()