Searched refs:GetIndexSql (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_log_table_manager.cpp | 68 GetIndexSql(table, logTableSchema); in CreateRelationalLogTable() 104 void SqliteLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql() function in DistributedDB::SqliteLogTableManager
|
H A D | sqlite_log_table_manager.h | 38 virtual void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | collaboration_log_table_manager.cpp | 121 void CollaborationLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &sc… in GetIndexSql() function in DistributedDB::CollaborationLogTableManager 123 SqliteLogTableManager::GetIndexSql(table, schema); in GetIndexSql()
|
H A D | cloud_sync_log_table_manager.h | 32 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override;
|
H A D | simple_tracker_log_table_manager.h | 32 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override;
|
H A D | collaboration_log_table_manager.h | 33 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override;
|
H A D | simple_tracker_log_table_manager.cpp | 40 void SimpleTrackerLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &sc… in GetIndexSql() function in DistributedDB::SimpleTrackerLogTableManager
|
H A D | cloud_sync_log_table_manager.cpp | 63 void CloudSyncLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql() function in DistributedDB::CloudSyncLogTableManager
|