/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | split_device_log_table_manager.h | 34 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
|
H A D | cloud_sync_log_table_manager.h | 37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
|
H A D | simple_tracker_log_table_manager.h | 37 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
|
H A D | collaboration_log_table_manager.h | 36 std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) override;
|
H A D | split_device_log_table_manager.cpp | 56 std::string SplitDeviceLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::string … in GetUpdateTrigger() function in DistributedDB::SplitDeviceLogTableManager
|
H A D | collaboration_log_table_manager.cpp | 68 std::string CollaborationLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::strin… in GetUpdateTrigger() function in DistributedDB::CollaborationLogTableManager
|
H A D | simple_tracker_log_table_manager.cpp | 86 std::string SimpleTrackerLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::strin… in GetUpdateTrigger() function in DistributedDB::SimpleTrackerLogTableManager
|
H A D | cloud_sync_log_table_manager.cpp | 125 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 D | sqlite_log_table_manager.h | 43 virtual std::string GetUpdateTrigger(const TableInfo &table, const std::string &identity) = 0;
|
H A D | sqlite_log_table_manager.cpp | 27 std::string updateTrigger = GetUpdateTrigger(table, identity); in AddRelationalLogTableTrigger()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 808 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()
|