Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h100 static std::string GetLeftJoinLogSql(const std::string &tableName, bool logAsTableA = true);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp1180 sql += CloudStorageUtils::GetLeftJoinLogSql(tableName_, false); in AppendCloudQuery()
1228 sql += CloudStorageUtils::GetLeftJoinLogSql(tableName_, false); in AppendCloudGidQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp60 sql += CloudStorageUtils::GetLeftJoinLogSql(tableName) + " WHERE "; in GetQueryInfoSql()
1271 …sql += CloudStorageUtils::GetLeftJoinLogSql(tableSchema.name) + " WHERE (a." + FLAG_NOT_LOGIC_DELE… in GetAssetsByGidOrHashKey()
1897 …sql += CloudStorageUtils::GetLeftJoinLogSql(table.name) + " WHERE " + FLAG_IS_WAIT_COMPENSATED_SYN… in GetWaitCompensatedSyncDataPk()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp841 std::string CloudStorageUtils::GetLeftJoinLogSql(const std::string &tableName, bool logAsTableA) in GetLeftJoinLogSql() function in DistributedDB::CloudStorageUtils