Méthode | Description | |
---|---|---|
ConfigureBuilder ( |
||
CreateMasterContainer ( |
||
CreateMigrationReport ( IEnumerable |
||
CreateOptionSet ( ) : OptionSet | ||
CreateReport ( ) : void | ||
Execute ( ) : void | ||
ExecuteCore ( IZetboxServerContext ctx ) : void | ||
GetConfigFileName ( ) : string | ||
MigrationProgram ( string name, string arguments ) : System | ||
OpenProvider ( ILifetimeScope scope, string provider, string connectionString ) : ISchemaProvider | ||
PrintHelp ( ) : void | ||
PrintHelpAndExit ( ) : void | ||
ReadConfig ( List |
||
ReloadStaging ( StagingDatabase stage ) : void | ||
ValidateConfig ( ) : void | ||
WriteLog ( string srcTbl, long srcRows, string dstTbl, long dstRows ) : void |
Méthode | Description | |
---|---|---|
Initialize ( ) : void |
protected ConfigureBuilder ( |
||
builder | ||
Résultat | void |
protected CreateMasterContainer ( |
||
config | ||
Résultat | IContainer |
protected static CreateMigrationReport ( IEnumerable |
||
srcTables | IEnumerable |
|
srcSchema | ISchemaProvider | |
dstSchema | ISchemaProvider | |
Résultat | void |
protected abstract ExecuteCore ( IZetboxServerContext ctx ) : void | ||
ctx | IZetboxServerContext | |
Résultat | void |
protected MigrationProgram ( string name, string arguments ) : System | ||
name | string | |
arguments | string | |
Résultat | System |
protected static OpenProvider ( ILifetimeScope scope, string provider, string connectionString ) : ISchemaProvider | ||
scope | ILifetimeScope | |
provider | string | |
connectionString | string | |
Résultat | ISchemaProvider |
protected ReadConfig ( List |
||
extraArguments | List |
|
Résultat |
protected ReloadStaging ( StagingDatabase stage ) : void | ||
stage | StagingDatabase | |
Résultat | void |
protected WriteLog ( string srcTbl, long srcRows, string dstTbl, long dstRows ) : void | ||
srcTbl | string | |
srcRows | long | |
dstTbl | string | |
dstRows | long | |
Résultat | void |