Search Results for

    Show / Hide Table of Contents

    Class SQLiteProcessor

    Inheritance
    object
    ProcessorBase
    GenericProcessorBase
    SQLiteProcessor
    Implements
    IMigrationProcessor
    IQuerySchema
    IDisposable
    Inherited Members
    GenericProcessorBase.ConnectionString
    GenericProcessorBase.Connection
    GenericProcessorBase.Factory
    GenericProcessorBase.Transaction
    GenericProcessorBase.EnsureConnectionIsOpen()
    GenericProcessorBase.EnsureConnectionIsClosed()
    GenericProcessorBase.BeginTransaction()
    GenericProcessorBase.RollbackTransaction()
    GenericProcessorBase.CommitTransaction()
    GenericProcessorBase.Dispose(bool)
    ProcessorBase.Generator
    ProcessorBase.Announcer
    ProcessorBase.Options
    ProcessorBase.WasCommitted
    ProcessorBase.Process(CreateSchemaExpression)
    ProcessorBase.Process(DeleteSchemaExpression)
    ProcessorBase.Process(CreateTableExpression)
    ProcessorBase.Process(AlterTableExpression)
    ProcessorBase.Process(AlterColumnExpression)
    ProcessorBase.Process(CreateColumnExpression)
    ProcessorBase.Process(DeleteTableExpression)
    ProcessorBase.Process(DeleteColumnExpression)
    ProcessorBase.Process(CreateForeignKeyExpression)
    ProcessorBase.Process(DeleteForeignKeyExpression)
    ProcessorBase.Process(CreateIndexExpression)
    ProcessorBase.Process(DeleteIndexExpression)
    ProcessorBase.Process(RenameTableExpression)
    ProcessorBase.Process(RenameColumnExpression)
    ProcessorBase.Process(InsertDataExpression)
    ProcessorBase.Process(DeleteDataExpression)
    ProcessorBase.Process(AlterDefaultConstraintExpression)
    ProcessorBase.Process(UpdateDataExpression)
    ProcessorBase.Process(AlterSchemaExpression)
    ProcessorBase.Process(CreateSequenceExpression)
    ProcessorBase.Process(DeleteSequenceExpression)
    ProcessorBase.Process(CreateConstraintExpression)
    ProcessorBase.Process(DeleteConstraintExpression)
    ProcessorBase.Process(DeleteDefaultConstraintExpression)
    ProcessorBase.Dispose()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors.SQLite
    Assembly: FluentMigrator.Runner.SQLite.dll
    Syntax
    public class SQLiteProcessor : GenericProcessorBase, IMigrationProcessor, IQuerySchema, IDisposable

    Constructors

    SQLiteProcessor(IDbConnection, IMigrationGenerator, IAnnouncer, IMigrationProcessorOptions, IDbFactory)

    Declaration
    public SQLiteProcessor(IDbConnection connection, IMigrationGenerator generator, IAnnouncer announcer, IMigrationProcessorOptions options, IDbFactory factory)
    Parameters
    Type Name Description
    IDbConnection connection
    IMigrationGenerator generator
    IAnnouncer announcer
    IMigrationProcessorOptions options
    IDbFactory factory

    Properties

    DatabaseType

    Declaration
    public override string DatabaseType { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.DatabaseType

    DatabaseTypeAliases

    Declaration
    public override IList<string> DatabaseTypeAliases { get; }
    Property Value
    Type Description
    IList<string>
    Overrides
    ProcessorBase.DatabaseTypeAliases

    Methods

    ColumnExists(string, string, string)

    Declaration
    public override bool ColumnExists(string schemaName, string tableName, string columnName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string columnName
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.ColumnExists(string, string, string)

    ConstraintExists(string, string, string)

    Declaration
    public override bool ConstraintExists(string schemaName, string tableName, string constraintName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string constraintName
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.ConstraintExists(string, string, string)

    DefaultValueExists(string, string, string, object)

    Declaration
    public override bool DefaultValueExists(string schemaName, string tableName, string columnName, object defaultValue)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string columnName
    object defaultValue
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.DefaultValueExists(string, string, string, object)

    Execute(string, params object[])

    Declaration
    public override void Execute(string template, params object[] args)
    Parameters
    Type Name Description
    string template
    object[] args
    Overrides
    ProcessorBase.Execute(string, params object[])

    Exists(string, params object[])

    Declaration
    public override bool Exists(string template, params object[] args)
    Parameters
    Type Name Description
    string template
    object[] args
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.Exists(string, params object[])

    IndexExists(string, string, string)

    Declaration
    public override bool IndexExists(string schemaName, string tableName, string indexName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    string indexName
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.IndexExists(string, string, string)

    Process(PerformDBOperationExpression)

    Declaration
    public override void Process(PerformDBOperationExpression expression)
    Parameters
    Type Name Description
    PerformDBOperationExpression expression
    Overrides
    ProcessorBase.Process(PerformDBOperationExpression)

    Process(string)

    Declaration
    protected override void Process(string sql)
    Parameters
    Type Name Description
    string sql
    Overrides
    ProcessorBase.Process(string)

    Read(string, params object[])

    Declaration
    public override DataSet Read(string template, params object[] args)
    Parameters
    Type Name Description
    string template
    object[] args
    Returns
    Type Description
    DataSet
    Overrides
    ProcessorBase.Read(string, params object[])

    ReadTableData(string, string)

    Declaration
    public override DataSet ReadTableData(string schemaName, string tableName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    Returns
    Type Description
    DataSet
    Overrides
    ProcessorBase.ReadTableData(string, string)

    SchemaExists(string)

    Declaration
    public override bool SchemaExists(string schemaName)
    Parameters
    Type Name Description
    string schemaName
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.SchemaExists(string)

    SequenceExists(string, string)

    Declaration
    public override bool SequenceExists(string schemaName, string sequenceName)
    Parameters
    Type Name Description
    string schemaName
    string sequenceName
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.SequenceExists(string, string)

    TableExists(string, string)

    Declaration
    public override bool TableExists(string schemaName, string tableName)
    Parameters
    Type Name Description
    string schemaName
    string tableName
    Returns
    Type Description
    bool
    Overrides
    ProcessorBase.TableExists(string, string)

    Implements

    IMigrationProcessor
    IQuerySchema
    IDisposable
    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.