Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/upgrader/
H A Dsingle_ver_schema_database_upgrader.cpp67 indexDiffer.increase = newSchema_.GetIndexInfo(); in ExecuteUpgradeSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h73 std::map<IndexName, IndexInfo> GetIndexInfo() const;
/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() function in DistributedDB::SchemaObject