Home
last modified time | relevance | path

Searched refs:GetReferenceGidSql (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h378 …static std::string GetReferenceGidSql(const std::string &sourceTable, const std::string &targetTab…
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp805 std::string sql = GetReferenceGidSql(sourceTable, targetTable, sourceFields, targetFields); in GetReferenceGidInner()
818 std::string SQLiteSingleVerRelationalStorageExecutor::GetReferenceGidSql(const std::string &sourceT… in GetReferenceGidSql() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor