Search Results for

    Show / Hide Table of Contents

    Class SqlAnywhere16Processor

    Inheritance
    object
    ProcessorBase
    GenericProcessorBase
    SqlAnywhereProcessor
    SqlAnywhere16Processor
    Implements
    IMigrationProcessor
    IQuerySchema
    IDisposable
    Inherited Members
    SqlAnywhereProcessor.DatabaseType
    SqlAnywhereProcessor.DatabaseTypeAliases
    SqlAnywhereProcessor.SchemaExists(string)
    SqlAnywhereProcessor.TableExists(string, string)
    SqlAnywhereProcessor.ColumnExists(string, string, string)
    SqlAnywhereProcessor.ConstraintExists(string, string, string)
    SqlAnywhereProcessor.IndexExists(string, string, string)
    SqlAnywhereProcessor.SequenceExists(string, string)
    SqlAnywhereProcessor.DefaultValueExists(string, string, string, object)
    SqlAnywhereProcessor.Process(CreateSchemaExpression)
    SqlAnywhereProcessor.Execute(string, params object[])
    SqlAnywhereProcessor.Exists(string, params object[])
    SqlAnywhereProcessor.ReadTableData(string, string)
    SqlAnywhereProcessor.Read(string, params object[])
    SqlAnywhereProcessor.Process(PerformDBOperationExpression)
    GenericProcessorBase.ConnectionString
    GenericProcessorBase.Connection
    GenericProcessorBase.Factory
    GenericProcessorBase.Transaction
    GenericProcessorBase.BeginTransaction()
    GenericProcessorBase.RollbackTransaction()
    GenericProcessorBase.CommitTransaction()
    ProcessorBase.WasCommitted
    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.Execute(string)
    ProcessorBase.Dispose()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: FluentMigrator.Runner.Processors.SqlAnywhere
    Assembly: FluentMigrator.Runner.SqlAnywhere.dll
    Syntax
    public sealed class SqlAnywhere16Processor : SqlAnywhereProcessor, IMigrationProcessor, IQuerySchema, IDisposable

    Constructors

    | Edit this page View Source

    SqlAnywhere16Processor(SqlAnywhereDbFactory, SqlAnywhere16Generator, ILogger<SqlAnywhere16Processor>, IOptionsSnapshot<ProcessorOptions>, IConnectionStringAccessor, IServiceProvider)

    Declaration
    public SqlAnywhere16Processor(SqlAnywhereDbFactory factory, SqlAnywhere16Generator generator, ILogger<SqlAnywhere16Processor> logger, IOptionsSnapshot<ProcessorOptions> options, IConnectionStringAccessor connectionStringAccessor, IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    SqlAnywhereDbFactory factory
    SqlAnywhere16Generator generator
    ILogger<SqlAnywhere16Processor> logger
    IOptionsSnapshot<ProcessorOptions> options
    IConnectionStringAccessor connectionStringAccessor
    IServiceProvider serviceProvider

    Implements

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