Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp130 std::string FormatSubscribeTriggerSql(const std::string &subscribeId, const std::string &subscribeC… in FormatSubscribeTriggerSql() function
179 std::string sql = FormatSubscribeTriggerSql(subscribeId, subscribeCondition, mode); in AddSubscribeTrigger()