Home
last modified time | relevance | path

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 Dsqlite_log_table_manager.cpp68 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 Dsqlite_log_table_manager.h38 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 Dcollaboration_log_table_manager.cpp121 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 Dcloud_sync_log_table_manager.h32 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override;
H A Dsimple_tracker_log_table_manager.h32 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override;
H A Dcollaboration_log_table_manager.h33 void GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) override;
H A Dsimple_tracker_log_table_manager.cpp40 void SimpleTrackerLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &sc… in GetIndexSql() function in DistributedDB::SimpleTrackerLogTableManager
H A Dcloud_sync_log_table_manager.cpp63 void CloudSyncLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql() function in DistributedDB::CloudSyncLogTableManager