Home
last modified time | relevance | path

Searched defs:isRowid (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.cpp686 int JudgeIfGetRowid(sqlite3 *db, const std::string &tableName, std::string &type, bool &isRowid) in JudgeIfGetRowid()
771 bool isRowid = false; in DataChangedObserver() local
791 std::string GetInsertTrigger(const std::string &tableName, bool isRowid, const std::string &primary… in GetInsertTrigger()
808 std::string GetUpdateTrigger(const std::string &tableName, bool isRowid, const std::string &primary… in GetUpdateTrigger()
825 std::string GetDeleteTrigger(const std::string &tableName, bool isRowid, const std::string &primary… in GetDeleteTrigger()
958 bool isRowid = true; in StoreObserverCallback() local