Search Results for

    Show / Hide Table of Contents

    Class PostgresDescriptionGenerator

    almost copied from OracleDescriptionGenerator, modified for escaping table description

    Inheritance
    object
    GenericDescriptionGenerator
    PostgresDescriptionGenerator
    Implements
    IDescriptionGenerator
    Inherited Members
    GenericDescriptionGenerator.GenerateDescriptionStatements(CreateTableExpression)
    GenericDescriptionGenerator.GenerateDescriptionStatement(AlterTableExpression)
    GenericDescriptionGenerator.GenerateDescriptionStatement(CreateColumnExpression)
    GenericDescriptionGenerator.GenerateDescriptionStatement(AlterColumnExpression)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.Postgres
    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
    Type Name Description
    PostgresQuoter quoter

    Properties

    | Edit this page View Source

    Quoter

    Declaration
    protected IQuoter Quoter { get; }
    Property Value
    Type Description
    IQuoter

    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
    Type Name Description
    string schemaName
    string tableName
    string columnName
    string columnDescription
    Returns
    Type Description
    string
    Overrides
    GenericDescriptionGenerator.GenerateColumnDescription(string, string, string, string)
    | Edit this page View Source

    GenerateTableDescription(string, string, string)

    Declaration
    protected override string GenerateTableDescription(string schemaName, string tableName, string tableDescription)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string tableDescription
    Returns
    Type Description
    string
    Overrides
    GenericDescriptionGenerator.GenerateTableDescription(string, string, string)

    Implements

    IDescriptionGenerator
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PostgresDescriptionGenerator(PostgresQuoter)
    • Properties
      • Quoter
    • Methods
      • GenerateColumnDescription(string, string, string, string)
      • GenerateTableDescription(string, string, string)
    • Implements
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.