Method | Description | |
---|---|---|
Execute ( string template ) : void | ||
Exists ( string template ) : bool | ||
Process ( FluentMigrator.Builders.Execute.PerformDBOperationExpression expression ) : void | ||
Read ( string template ) : |
||
ReadDbSchema ( ) : IList |
||
ReadTableData ( string tableName ) : |
||
SqlServerSchemaDumper ( FluentMigrator.Runner.Processors.SqlServer.SqlServerProcessor processor, IAnnouncer announcer ) : System.Collections.Generic |
Method | Description | |
---|---|---|
FormatSqlEscape ( string sql ) : string | ||
GetDbType ( int typeNum ) : DbType | ||
ReadForeignKeys ( string schemaName, string tableName ) : IList |
||
ReadIndexes ( string schemaName, string tableName ) : IList |
||
ReadTables ( ) : IList |
protected FormatSqlEscape ( string sql ) : string | ||
sql | string | |
return | string |
public Process ( FluentMigrator.Builders.Execute.PerformDBOperationExpression expression ) : void | ||
expression | FluentMigrator.Builders.Execute.PerformDBOperationExpression | |
return | void |
public Read ( string template ) : |
||
template | string | |
return |
protected ReadForeignKeys ( string schemaName, string tableName ) : IList |
||
schemaName | string | |
tableName | string | |
return | IList |
protected ReadIndexes ( string schemaName, string tableName ) : IList |
||
schemaName | string | |
tableName | string | |
return | IList |
public ReadTableData ( string tableName ) : |
||
tableName | string | |
return |
public SqlServerSchemaDumper ( FluentMigrator.Runner.Processors.SqlServer.SqlServerProcessor processor, IAnnouncer announcer ) : System.Collections.Generic | ||
processor | FluentMigrator.Runner.Processors.SqlServer.SqlServerProcessor | |
announcer | IAnnouncer | |
return | System.Collections.Generic |