Search Results for

    Show / Hide Table of Contents

    Class RedshiftDescriptionGenerator

    almost copied from OracleDescriptionGenerator, modified for escaping table description

    Inheritance
    object
    GenericDescriptionGenerator
    RedshiftDescriptionGenerator
    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.Redshift
    Assembly: FluentMigrator.Runner.Redshift.dll
    Syntax
    public class RedshiftDescriptionGenerator : GenericDescriptionGenerator, IDescriptionGenerator

    Constructors

    | Edit this page View Source

    RedshiftDescriptionGenerator()

    Declaration
    public RedshiftDescriptionGenerator()

    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
    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.