Search Results for

    Show / Hide Table of Contents

    Class FirebirdSchemaProvider

    Inheritance
    object
    FirebirdSchemaProvider
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors.Firebird
    Assembly: FluentMigrator.Runner.Firebird.dll
    Syntax
    public class FirebirdSchemaProvider

    Constructors

    | Edit this page View Source

    FirebirdSchemaProvider(FirebirdProcessor, FirebirdQuoter)

    Declaration
    public FirebirdSchemaProvider(FirebirdProcessor processor, FirebirdQuoter quoter)
    Parameters
    Type Name Description
    FirebirdProcessor processor
    FirebirdQuoter quoter

    Properties

    | Edit this page View Source

    Processor

    Declaration
    public FirebirdProcessor Processor { get; protected set; }
    Property Value
    Type Description
    FirebirdProcessor

    Methods

    | Edit this page View Source

    GetColumnDefinition(string, string)

    Declaration
    public ColumnDefinition GetColumnDefinition(string tableName, string columnName)
    Parameters
    Type Name Description
    string tableName
    string columnName
    Returns
    Type Description
    ColumnDefinition
    | Edit this page View Source

    GetIndex(string, string)

    Declaration
    public IndexDefinition GetIndex(string tableName, string indexName)
    Parameters
    Type Name Description
    string tableName
    string indexName
    Returns
    Type Description
    IndexDefinition
    | Edit this page View Source

    GetSequence(string)

    Declaration
    public SequenceInfo GetSequence(string sequenceName)
    Parameters
    Type Name Description
    string sequenceName
    Returns
    Type Description
    SequenceInfo
    • 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.