Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp734 int GetSchemaIndexList(sqlite3 *db, const std::string &tableName, std::vector<std::string> &indexLi… in GetSchemaIndexList() function
802 int errCode = GetSchemaIndexList(db, tableName, indexList, uniqueList); in AnalysisSchemaIndex()