Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h74 bool IsIndexExist(const IndexName &indexName) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp205 bool SchemaObject::IsIndexExist(const IndexName &indexName) const in IsIndexExist() function in DistributedDB::SchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp816 if (!schema_.IsIndexExist(indexName)) { in CheckAndFormatSuggestIndex()