Search Results for

    Show / Hide Table of Contents

    Class SqlAnywhere16Generator

    Inheritance
    object
    GeneratorBase
    GenericGenerator
    SqlAnywhere16Generator
    Implements
    IMigrationGenerator
    Inherited Members
    GenericGenerator.compatabilityMode
    GenericGenerator.CreateTable
    GenericGenerator.DropTable
    GenericGenerator.AlterSchema
    GenericGenerator.InsertData
    GenericGenerator.UpdateData
    GenericGenerator.DeleteData
    GenericGenerator.DeleteConstraint
    GenericGenerator.GetUniqueString(CreateIndexExpression)
    GenericGenerator.Generate(DeleteTableExpression)
    GenericGenerator.Generate(RenameTableExpression)
    GenericGenerator.Generate(DeleteColumnExpression)
    GenericGenerator.Generate(RenameColumnExpression)
    GenericGenerator.Generate(DeleteConstraintExpression)
    GenericGenerator.GenerateForeignKeyName(ForeignKeyDefinition)
    GenericGenerator.Generate(DeleteForeignKeyExpression)
    GenericGenerator.Generate(InsertDataExpression)
    GenericGenerator.AppendSqlStatementEndToken(StringBuilder)
    GenericGenerator.GenerateColumnNamesAndValues(InsertDataExpression)
    GenericGenerator.ValidateAdditionalFeatureCompatibility(IEnumerable<KeyValuePair<string, object>>)
    GenericGenerator.Generate(UpdateDataExpression)
    GenericGenerator.Generate(DeleteDataExpression)
    GeneratorBase.Generate(AlterTableExpression)
    GeneratorBase.Column
    GeneratorBase.Quoter
    GeneratorBase.DescriptionGenerator
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.SqlAnywhere
    Assembly: FluentMigrator.Runner.SqlAnywhere.dll
    Syntax
    public class SqlAnywhere16Generator : GenericGenerator, IMigrationGenerator

    Constructors

    SqlAnywhere16Generator()

    Declaration
    public SqlAnywhere16Generator()

    SqlAnywhere16Generator(IColumn, IDescriptionGenerator)

    Declaration
    protected SqlAnywhere16Generator(IColumn column, IDescriptionGenerator descriptionGenerator)
    Parameters
    Type Name Description
    IColumn column
    IDescriptionGenerator descriptionGenerator

    Properties

    AddColumn

    Declaration
    public override string AddColumn { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.AddColumn

    AlterColumn

    Declaration
    public override string AlterColumn { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.AlterColumn

    CreateConstraint

    Declaration
    public override string CreateConstraint { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.CreateConstraint

    CreateForeignKeyConstraint

    Declaration
    public override string CreateForeignKeyConstraint { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.CreateForeignKeyConstraint

    CreateIndex

    Declaration
    public override string CreateIndex { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.CreateIndex

    CreateSchema

    Declaration
    public override string CreateSchema { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.CreateSchema

    DropColumn

    Declaration
    public override string DropColumn { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.DropColumn

    DropIndex

    Declaration
    public override string DropIndex { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.DropIndex

    DropSchema

    Declaration
    public override string DropSchema { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.DropSchema

    RenameColumn

    Declaration
    public override string RenameColumn { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.RenameColumn

    RenameTable

    Declaration
    public override string RenameTable { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericGenerator.RenameTable

    Methods

    Generate(AlterColumnExpression)

    Declaration
    public override string Generate(AlterColumnExpression expression)
    Parameters
    Type Name Description
    AlterColumnExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(AlterColumnExpression)

    Generate(AlterDefaultConstraintExpression)

    Declaration
    public override string Generate(AlterDefaultConstraintExpression expression)
    Parameters
    Type Name Description
    AlterDefaultConstraintExpression expression
    Returns
    Type Description
    string
    Overrides
    GeneratorBase.Generate(AlterDefaultConstraintExpression)

    Generate(AlterSchemaExpression)

    Declaration
    public override string Generate(AlterSchemaExpression expression)
    Parameters
    Type Name Description
    AlterSchemaExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(AlterSchemaExpression)

    Generate(CreateColumnExpression)

    Declaration
    public override string Generate(CreateColumnExpression expression)
    Parameters
    Type Name Description
    CreateColumnExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateColumnExpression)

    Generate(CreateConstraintExpression)

    Declaration
    public override string Generate(CreateConstraintExpression expression)
    Parameters
    Type Name Description
    CreateConstraintExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateConstraintExpression)

    Generate(CreateForeignKeyExpression)

    Declaration
    public override string Generate(CreateForeignKeyExpression expression)
    Parameters
    Type Name Description
    CreateForeignKeyExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateForeignKeyExpression)

    Generate(CreateIndexExpression)

    Declaration
    public override string Generate(CreateIndexExpression expression)
    Parameters
    Type Name Description
    CreateIndexExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateIndexExpression)

    Generate(CreateSchemaExpression)

    Declaration
    public override string Generate(CreateSchemaExpression expression)
    Parameters
    Type Name Description
    CreateSchemaExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateSchemaExpression)

    Generate(CreateSequenceExpression)

    Declaration
    public override string Generate(CreateSequenceExpression expression)
    Parameters
    Type Name Description
    CreateSequenceExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateSequenceExpression)

    Generate(CreateTableExpression)

    Outputs a create table string

    Declaration
    public override string Generate(CreateTableExpression expression)
    Parameters
    Type Name Description
    CreateTableExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(CreateTableExpression)

    Generate(DeleteDefaultConstraintExpression)

    Declaration
    public override string Generate(DeleteDefaultConstraintExpression expression)
    Parameters
    Type Name Description
    DeleteDefaultConstraintExpression expression
    Returns
    Type Description
    string
    Overrides
    GeneratorBase.Generate(DeleteDefaultConstraintExpression)

    Generate(DeleteIndexExpression)

    Declaration
    public override string Generate(DeleteIndexExpression expression)
    Parameters
    Type Name Description
    DeleteIndexExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(DeleteIndexExpression)

    Generate(DeleteSchemaExpression)

    Declaration
    public override string Generate(DeleteSchemaExpression expression)
    Parameters
    Type Name Description
    DeleteSchemaExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(DeleteSchemaExpression)

    Generate(DeleteSequenceExpression)

    Declaration
    public override string Generate(DeleteSequenceExpression expression)
    Parameters
    Type Name Description
    DeleteSequenceExpression expression
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.Generate(DeleteSequenceExpression)

    GetClusterTypeString(CreateIndexExpression)

    Declaration
    public override string GetClusterTypeString(CreateIndexExpression column)
    Parameters
    Type Name Description
    CreateIndexExpression column
    Returns
    Type Description
    string
    Overrides
    GenericGenerator.GetClusterTypeString(CreateIndexExpression)

    GetConstraintClusteringString(CreateConstraintExpression)

    Declaration
    protected string GetConstraintClusteringString(CreateConstraintExpression constraint)
    Parameters
    Type Name Description
    CreateConstraintExpression constraint
    Returns
    Type Description
    string

    GetWithNullsDistinctString(IndexDefinition)

    Declaration
    protected virtual string GetWithNullsDistinctString(IndexDefinition index)
    Parameters
    Type Name Description
    IndexDefinition index
    Returns
    Type Description
    string

    IsAdditionalFeatureSupported(string)

    Declaration
    public override bool IsAdditionalFeatureSupported(string feature)
    Parameters
    Type Name Description
    string feature
    Returns
    Type Description
    bool
    Overrides
    GeneratorBase.IsAdditionalFeatureSupported(string)

    Implements

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