Search Results for

    Show / Hide Table of Contents

    Class GenericDescriptionGenerator

    Base class to generate descriptions for tables/classes

    Inheritance
    object
    GenericDescriptionGenerator
    HanaDescriptionGenerator
    HanaDescriptionGenerator
    OracleDescriptionGenerator
    OracleDescriptionGenerator
    PostgresDescriptionGenerator
    PostgresDescriptionGenerator
    RedshiftDescriptionGenerator
    RedshiftDescriptionGenerator
    SqlServer2005DescriptionGenerator
    SqlServer2005DescriptionGenerator
    Implements
    IDescriptionGenerator
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.Generic
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public abstract class GenericDescriptionGenerator : IDescriptionGenerator

    Methods

    | Edit this page View Source

    GenerateColumnDescription(string, string, string, string)

    Declaration
    protected abstract 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
    | Edit this page View Source

    GenerateDescriptionStatement(AlterColumnExpression)

    Declaration
    public virtual string GenerateDescriptionStatement(AlterColumnExpression expression)
    Parameters
    Type Name Description
    AlterColumnExpression expression
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateDescriptionStatement(AlterTableExpression)

    Declaration
    public virtual string GenerateDescriptionStatement(AlterTableExpression expression)
    Parameters
    Type Name Description
    AlterTableExpression expression
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateDescriptionStatement(CreateColumnExpression)

    Declaration
    public virtual string GenerateDescriptionStatement(CreateColumnExpression expression)
    Parameters
    Type Name Description
    CreateColumnExpression expression
    Returns
    Type Description
    string
    | Edit this page View Source

    GenerateDescriptionStatements(CreateTableExpression)

    Declaration
    public virtual IEnumerable<string> GenerateDescriptionStatements(CreateTableExpression expression)
    Parameters
    Type Name Description
    CreateTableExpression expression
    Returns
    Type Description
    IEnumerable<string>
    | Edit this page View Source

    GenerateTableDescription(string, string, string)

    Declaration
    protected abstract string GenerateTableDescription(string schemaName, string tableName, string tableDescription)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string tableDescription
    Returns
    Type Description
    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.