Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp842 int GetPrimaryKeyName(sqlite3 *db, const std::string &tableName, std::string &primaryKey) in GetPrimaryKeyName() function
872 int errCode = GetPrimaryKeyName(db, tableInfo.first, primaryKey); in GetTriggerSqls()