Search Results for

    Show / Hide Table of Contents

    Class HanaDescriptionGenerator

    Inheritance
    object
    GenericDescriptionGenerator
    HanaDescriptionGenerator
    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.Hana
    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
    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.