Searched refs:GetLeftJoinLogSql (Results 1 – 4 of 4) sorted by relevance
100 static std::string GetLeftJoinLogSql(const std::string &tableName, bool logAsTableA = true);
1180 sql += CloudStorageUtils::GetLeftJoinLogSql(tableName_, false); in AppendCloudQuery()1228 sql += CloudStorageUtils::GetLeftJoinLogSql(tableName_, false); in AppendCloudGidQuery()
60 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()
841 std::string CloudStorageUtils::GetLeftJoinLogSql(const std::string &tableName, bool logAsTableA) in GetLeftJoinLogSql() function in DistributedDB::CloudStorageUtils