Class OracleDescriptionGenerator
Inheritance
OracleDescriptionGenerator
Assembly: FluentMigrator.Runner.Oracle.dll
Syntax
public class OracleDescriptionGenerator : GenericDescriptionGenerator, IDescriptionGenerator
Methods
|
Edit this page
View Source
GenerateColumnDescription(string, string, string, string)
Declaration
protected override string GenerateColumnDescription(string schemaName, string tableName, string columnName, string columnDescription)
Parameters
Returns
Overrides
|
Edit this page
View Source
GenerateTableDescription(string, string, string)
Declaration
protected override string GenerateTableDescription(string schemaName, string tableName, string tableDescription)
Parameters
Returns
Overrides
Implements