Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h114 static constexpr const char *TRIGGER_REFERENCES_NEW = "NEW."; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp135 DBConstant::TRIGGER_REFERENCES_OLD : DBConstant::TRIGGER_REFERENCES_NEW); in FormatSubscribeTriggerSql()
H A Dsqlite_query_helper.cpp897 errCode = GetSubscribeCondition(DBConstant::TRIGGER_REFERENCES_NEW, subscribeCondition); in GetSubscribeSql()
905 errCode = GetSubscribeCondition(DBConstant::TRIGGER_REFERENCES_NEW, subscribeCondition); in GetSubscribeSql()