Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Initialize ( ) : void |
protected ConfigureBuilder ( |
||
builder | ||
Результат | void |
protected CreateMasterContainer ( |
||
config | ||
Результат | IContainer |
protected static CreateMigrationReport ( IEnumerable |
||
srcTables | IEnumerable |
|
srcSchema | ISchemaProvider | |
dstSchema | ISchemaProvider | |
Результат | void |
protected abstract CreateReport ( ) : void | ||
Результат | void |
protected abstract ExecuteCore ( IZetboxServerContext ctx ) : void | ||
ctx | IZetboxServerContext | |
Результат | void |
protected MigrationProgram ( string name, string arguments ) : System | ||
name | string | |
arguments | string | |
Результат | System |
protected static OpenProvider ( ILifetimeScope scope, string provider, string connectionString ) : ISchemaProvider | ||
scope | ILifetimeScope | |
provider | string | |
connectionString | string | |
Результат | ISchemaProvider |
protected ReadConfig ( List |
||
extraArguments | List |
|
Результат |
protected ReloadStaging ( StagingDatabase stage ) : void | ||
stage | StagingDatabase | |
Результат | void |
protected WriteLog ( string srcTbl, long srcRows, string dstTbl, long dstRows ) : void | ||
srcTbl | string | |
srcRows | long | |
dstTbl | string | |
dstRows | long | |
Результат | void |