Home
last modified time | relevance | path

Searched refs: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() argument
703 isRowid = (count != 1) || (type != "TEXT" && type != "INT" && type != "INTEGER"); in JudgeIfGetRowid()
771 bool isRowid = false; in DataChangedObserver() local
772 int errCode = JudgeIfGetRowid(db, tableName, type, isRowid); in DataChangedObserver()
777 if (!isRowid && type == "TEXT") { in DataChangedObserver()
797 if (isRowid || primaryKey.empty()) { // LCOV_EXCL_BR_LINE in GetInsertTrigger()
814 if (isRowid || primaryKey.empty()) { // LCOV_EXCL_BR_LINE in GetUpdateTrigger()
831 if (isRowid || primaryKey.empty()) { // LCOV_EXCL_BR_LINE in GetDeleteTrigger()
958 bool isRowid = true; in StoreObserverCallback() local
960 JudgeIfGetRowid(db, tableName, type, isRowid); in StoreObserverCallback()
[all …]