Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h84 const IndexInfoMap &GetIndexDefine() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp327 const IndexInfoMap &TableInfo::GetIndexDefine() const in GetIndexDefine() function in DistributedDB::TableInfo
470 int indexCompareResult = CompareWithTableIndex(inTableInfo.GetIndexDefine()); in CompareWithTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp427 auto itOld = oldTableInfo.GetIndexDefine().begin(); in GetChangedIndexes()
428 auto itNew = newTableInfo.GetIndexDefine().begin(); in GetChangedIndexes()
429 auto itOldEnd = oldTableInfo.GetIndexDefine().end(); in GetChangedIndexes()
430 auto itNewEnd = newTableInfo.GetIndexDefine().end(); in GetChangedIndexes()