Home
last modified time | relevance | path

Searched refs:GetPrimaryKeySql (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsplit_device_log_table_manager.h30 std::string GetPrimaryKeySql(const TableInfo &table) override;
H A Dcloud_sync_log_table_manager.h33 std::string GetPrimaryKeySql(const TableInfo &table) override;
H A Dsimple_tracker_log_table_manager.h33 std::string GetPrimaryKeySql(const TableInfo &table) override;
H A Dcollaboration_log_table_manager.h32 std::string GetPrimaryKeySql(const TableInfo &table) override;
H A Dsplit_device_log_table_manager.cpp100 std::string SplitDeviceLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::SplitDeviceLogTableManager
H A Dcollaboration_log_table_manager.cpp116 std::string CollaborationLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::CollaborationLogTableManager
H A Dsimple_tracker_log_table_manager.cpp52 std::string SimpleTrackerLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::SimpleTrackerLogTableManager
H A Dcloud_sync_log_table_manager.cpp81 std::string CloudSyncLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() function in DistributedDB::CloudSyncLogTableManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.h47 virtual std::string GetPrimaryKeySql(const TableInfo &table) = 0;
H A Dsqlite_log_table_manager.cpp49 std::string primaryKey = GetPrimaryKeySql(table); in CreateRelationalLogTable()