23 using System.Collections.Generic;
32 namespace Ntp.Analyzer.Data
38 this.initialize = initialize;
39 this.upgrade = upgrade;
68 updater.ApplyChanges();
71 return updater.CheckLatestVersion();
82 log.CreateDatabaseError(e);
92 var initializers =
new List<ITableInitializer>();
103 foreach (var initializer
in initializers)
111 log.CreateTableError(e);
OR/M mapper for table host.
OR/M mapper for table timeServer.
abstract void CreateDatabase()
OR/M mapper for table driftReading.
readonly DatabaseUpdater updater
static SqlDatabaseFactory Instance
OR/M mapper for table hostIoReading.
OR/M mapper for table peer.
DatabaseInitializer(bool initialize, bool upgrade, LogBase log)
OR/M mapper for table peerReading.
OR/M mapper for table peerActivity.
OR/M mapper for table hostReading.
OR/M mapper for table associationEntry.