Class PostgresDescriptionGenerator
almost copied from OracleDescriptionGenerator,
modified for escaping table description
Inheritance
PostgresDescriptionGenerator
Assembly: FluentMigrator.Runner.Postgres.dll
Syntax
public class PostgresDescriptionGenerator : GenericDescriptionGenerator, IDescriptionGenerator
Constructors
|
Edit this page
View Source
PostgresDescriptionGenerator(PostgresQuoter)
Declaration
public PostgresDescriptionGenerator(PostgresQuoter quoter)
Parameters
Properties
|
Edit this page
View Source
Quoter
Declaration
protected IQuoter Quoter { get; }
Property Value
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