Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsplit_device_log_table_manager.h34 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
H A Dcloud_sync_log_table_manager.h37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
H A Dsimple_tracker_log_table_manager.h37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
H A Dcollaboration_log_table_manager.h36 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
H A Dsplit_device_log_table_manager.cpp56 std::string SplitDeviceLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::string … in GetUpdateTrigger() function in DistributedDB::SplitDeviceLogTableManager
H A Dcollaboration_log_table_manager.cpp68 std::string CollaborationLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::strin… in GetUpdateTrigger() function in DistributedDB::CollaborationLogTableManager
H A Dsimple_tracker_log_table_manager.cpp86 std::string SimpleTrackerLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::strin… in GetUpdateTrigger() function in DistributedDB::SimpleTrackerLogTableManager
H A Dcloud_sync_log_table_manager.cpp125 std::string CloudSyncLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::string &i… in GetUpdateTrigger() function in DistributedDB::CloudSyncLogTableManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.h43 virtual std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) = 0;
H A Dsqlite_log_table_manager.cpp27 std::string updateTrigger = GetUpdateTrigger(table, identity); in AddRelationalLogTableTrigger()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp808 std::string GetUpdateTrigger(const std::string &tableName, bool isRowid, const std::string &primary… in GetUpdateTrigger() function
879 sql = GetUpdateTrigger(tableInfo.first, tableInfo.second, primaryKey); in GetTriggerSqls()