Home
last modified time | relevance | path

Searched refs:AddIndexDefine (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h95 void AddIndexDefine(const std::string &indexName, const CompositeFields &indexDefine);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp337 void TableInfo::AddIndexDefine(const std::string &indexName, const CompositeFields &indexDefine) in AddIndexDefine() function in DistributedDB::TableInfo
H A Drelational_schema_object.cpp1011 resultTable.AddIndexDefine(field.first[1], indexDefine); // 1 : second element in path in ParseCheckTableIndex()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp599 table2.AddIndexDefine("indexname", {"field_name2", "field_name1"});
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp815 table.AddIndexDefine(indexName, indexDefine); in AnalysisSchemaIndex()