Method | Description | |
---|---|---|
ApplyMigration ( ScriptFile migration ) : void | ||
Dispose ( ) : void | ||
InitializeTable ( ) : void | ||
ParseSqlScript ( string script ) : string[] | ||
ResyncMigration ( ScriptFile migration ) : void | ||
SchemaInfo ( HortonOptions options ) : System |
Method | Description | |
---|---|---|
AssertNotDisposed ( ) : void | ||
RecordMigration ( |
||
TryDeleteMigration ( |
public ApplyMigration ( ScriptFile migration ) : void | ||
migration | ScriptFile | |
return | void |
public static ParseSqlScript ( string script ) : string[] | ||
script | string | |
return | string[] |
public ResyncMigration ( ScriptFile migration ) : void | ||
migration | ScriptFile | |
return | void |
public SchemaInfo ( HortonOptions options ) : System | ||
options | HortonOptions | |
return | System |