Home
last modified time | relevance | path

Searched refs:logAsTableA (Results 1 – 2 of 2) 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/cloud/
H A Dcloud_storage_utils.cpp841 std::string CloudStorageUtils::GetLeftJoinLogSql(const std::string &tableName, bool logAsTableA) in GetLeftJoinLogSql() argument
844 if (logAsTableA) { in GetLeftJoinLogSql()