Class HanaDescriptionGenerator
Inheritance
HanaDescriptionGenerator
Assembly: FluentMigrator.Runner.Hana.dll
Syntax
public class HanaDescriptionGenerator : 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