Searched refs:GetSelectIncCursorSql (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | tracker_table.cpp | 87 sql += ") THEN " + CloudStorageUtils::GetSelectIncCursorSql(tableName); in GetDiffIncCursorSql() 162 sql += "cursor=" + CloudStorageUtils::GetSelectIncCursorSql(tableName_) + " WHERE"; in GetTempInsertTriggerSql() 187 sql += "cursor=" + CloudStorageUtils::GetSelectIncCursorSql(tableName_) + " WHERE"; in GetTempUpdateTriggerSql() 216 sql += "cursor=" + CloudStorageUtils::GetSelectIncCursorSql(tableName_); in GetTempDeleteTriggerSql()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | cloud_sync_log_table_manager.cpp | 112 insertTrigger += ", " + CloudStorageUtils::GetSelectIncCursorSql(tableName) + ", "; in GetInsertTrigger() 142 updateTrigger += ", cursor=" + CloudStorageUtils::GetSelectIncCursorSql(tableName) + ", "; in GetUpdateTrigger() 178 deleteTrigger += ", cursor=" + CloudStorageUtils::GetSelectIncCursorSql(tableName) + ", "; in GetDeleteTrigger()
|
H A D | simple_tracker_log_table_manager.cpp | 78 insertTrigger += ", " + CloudStorageUtils::GetSelectIncCursorSql(tableName) + ", '', '', 0);\n"; in GetInsertTrigger() 131 deleteTrigger += ", cursor=" + CloudStorageUtils::GetSelectIncCursorSql(tableName) + ""; in GetDeleteTrigger()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | cloud_storage_utils.h | 105 static std::string GetSelectIncCursorSql(const std::string &tableName);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 1464 std::string CloudStorageUtils::GetSelectIncCursorSql(const std::string &tableName) in GetSelectIncCursorSql() function in DistributedDB::CloudStorageUtils
|