Searched refs:GetInsertSqlForCloudSync (Results 1 – 2 of 2) sorted by relevance
293 std::string GetInsertSqlForCloudSync(const TableSchema &tableSchema);
147 std::string SQLiteSingleVerRelationalStorageExecutor::GetInsertSqlForCloudSync(const TableSchema &t… in GetInsertSqlForCloudSync() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor652 std::string sql = GetInsertSqlForCloudSync(tableSchema); in InsertCloudData()