コード例 #1
0
 public static void SqlDatabase(this DbUp.SupportedDatabasesForEnsureDatabase supported, string connectionString, DbUp.Engine.Output.IUpgradeLog logger, int timeout = -1, DbUp.SqlServer.AzureDatabaseEdition azureDatabaseEdition = 0, string collation = null)
 {
 }
コード例 #2
0
 public static void SqlDatabase(this DbUp.SupportedDatabasesForDropDatabase supported, string connectionString, DbUp.Engine.Output.IUpgradeLog logger, int timeout = -1)
 {
 }
コード例 #3
0
 protected override System.Data.IDbConnection CreateConnection(DbUp.Engine.Output.IUpgradeLog log)
 {
 }
コード例 #4
0
 public static void RedshiftDatabase(this DbUp.SupportedDatabasesForEnsureDatabase supported, string connectionString, DbUp.Engine.Output.IUpgradeLog logger)
 {
 }
コード例 #5
0
 public bool TryConnect(DbUp.Engine.Output.IUpgradeLog upgradeLog, out string errorMessage)
 {
 }
コード例 #6
0
 public System.IDisposable OperationStarting(DbUp.Engine.Output.IUpgradeLog upgradeLog, System.Collections.Generic.List <DbUp.Engine.SqlScript> executedScripts)
 {
 }
コード例 #7
0
 public System.Data.IDbConnection CreateConnection(DbUp.Engine.Output.IUpgradeLog upgradeLog, DbUp.Engine.Transactions.DatabaseConnectionManager databaseConnectionManager)
 {
 }
コード例 #8
0
ファイル: dbup-core.approved.cs プロジェクト: slamballx/DbUp
 public void AddLog(DbUp.Engine.Output.IUpgradeLog additionalLog)
 {
 }
コード例 #9
0
ファイル: dbup-core.approved.cs プロジェクト: slamballx/DbUp
 public static DbUp.Builder.UpgradeEngineBuilder LogTo(this DbUp.Builder.UpgradeEngineBuilder builder, DbUp.Engine.Output.IUpgradeLog log)
 {
 }