NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
abstract IDbCommand | CreateCommand () |
abstract IDbConnection | CreateConnection () |
abstract void | CreateDatabase () |
abstract IDbConnection | CreateGenericConnection () |
abstract IDbDataParameter | CreateParameter (string name, object value) |
abstract string | DateAddMinutes (string dateColumn, string minuteColumn) |
abstract string | PrepareCheckTableSql (string table) |
abstract string | PrepareCreateTableSql (string sql) |
abstract string | PrepareInsertSql (string sql) |
abstract string | PrepareSql (string sql) |
Static Public Member Functions | |
static void | Initialize (IDatabaseConfiguration factoryConfiguration) |
Static Protected Attributes | |
static IDatabaseConfiguration | Config |
Properties | |
static SqlDatabaseFactory | Instance [get] |
Definition at line 27 of file SqlDatabaseFactory.cs.
|
pure virtual |
Implements Ntp.Data.ISqlFactory.
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.Open().
|
pure virtual |
Implements Ntp.Data.ISqlFactory.
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.Open().
|
pure virtual |
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.DatabaseInitializer.CreateDatabase().
|
pure virtual |
Implements Ntp.Data.ISqlFactory.
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
|
pure virtual |
Implements Ntp.Data.ISqlFactory.
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.CreateParameter().
|
pure virtual |
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.FilteredSqlDatabaseMapper< DriftReading >.PrepareSql().
|
inlinestatic |
Definition at line 63 of file SqlDatabaseFactory.cs.
Referenced by Ntp.Analyzer.Process.Initializer.InitializeDatabase().
|
pure virtual |
Implements Ntp.Data.ISqlFactory.
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.CheckTable().
|
pure virtual |
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.CheckTable().
|
pure virtual |
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.PrepareInsertSql().
|
pure virtual |
Implemented in Ntp.Data.Provider.PostgreSqlFactory, and Ntp.Data.Provider.MySqlFactory.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.PrepareSql().
|
staticprotected |
Definition at line 29 of file SqlDatabaseFactory.cs.
|
staticget |
Definition at line 32 of file SqlDatabaseFactory.cs.
Referenced by Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.CheckTable(), Ntp.Analyzer.Data.DatabaseInitializer.CreateDatabase(), Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.CreateParameter(), Ntp.Analyzer.Data.DatabaseInitializer.DatabaseInitializer(), Ntp.Analyzer.Process.Initializer.InitializeDatabase(), Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.Open(), Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.PrepareInsertSql(), Ntp.Analyzer.Data.Sql.FilteredSqlDatabaseMapper< DriftReading >.PrepareSql(), and Ntp.Analyzer.Data.Sql.SqlDatabaseMapper< AssociationEntry >.PrepareSql().