Méthode | 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 |
Méthode | 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 | |
Résultat | string |
protected GetDbType ( int typeNum ) : DbType | ||
typeNum | int | |
Résultat | DbType |
public Process ( FluentMigrator.Builders.Execute.PerformDBOperationExpression expression ) : void | ||
expression | FluentMigrator.Builders.Execute.PerformDBOperationExpression | |
Résultat | void |
public Read ( string template ) : |
||
template | string | |
Résultat |
protected ReadForeignKeys ( string schemaName, string tableName ) : IList |
||
schemaName | string | |
tableName | string | |
Résultat | IList |
protected ReadIndexes ( string schemaName, string tableName ) : IList |
||
schemaName | string | |
tableName | string | |
Résultat | IList |
public ReadTableData ( string tableName ) : |
||
tableName | string | |
Résultat |
public SqlServerSchemaDumper ( FluentMigrator.Runner.Processors.SqlServer.SqlServerProcessor processor, IAnnouncer announcer ) : System.Collections.Generic | ||
processor | FluentMigrator.Runner.Processors.SqlServer.SqlServerProcessor | |
announcer | IAnnouncer | |
Résultat | System.Collections.Generic |