inline void MySqlDataStore::Store( const std::vector<SequencedIndexedEntry>& entries) { return m_entryDataStore.Store(entries); }
inline void MySqlDataStore::Store(const SequencedIndexedEntry& entry) { return m_entryDataStore.Store(entry); }