Search Results for

    Show / Hide Table of Contents

    Class OracleBaseDbFactory

    Inheritance
    object
    DbFactoryBase
    ReflectionBasedDbFactory
    OracleBaseDbFactory
    OracleDbFactory
    OracleManagedDbFactory
    Implements
    IDbFactory
    Inherited Members
    ReflectionBasedDbFactory.CreateFactory()
    ReflectionBasedDbFactory.TryCreateFactory(IEnumerable<ReflectionBasedDbFactory.TestEntry>, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFactory(IServiceProvider, IEnumerable<ReflectionBasedDbFactory.TestEntry>, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFromAppDomainPaths(ReflectionBasedDbFactory.TestEntry, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFactoryFromRuntimeHost(ReflectionBasedDbFactory.TestEntry, ICollection<Exception>, out DbProviderFactory)
    ReflectionBasedDbFactory.TryCreateFactoryFromRuntimeHost(ReflectionBasedDbFactory.TestEntry, ICollection<Exception>, IServiceProvider, out DbProviderFactory)
    ReflectionBasedDbFactory.TryLoadAssemblyFromAppDomainDirectories(string, ICollection<Exception>, out Assembly)
    ReflectionBasedDbFactory.TryLoadAssemblyFromDirectories(IEnumerable<string>, string, ICollection<Exception>, out Assembly)
    DbFactoryBase.Factory
    DbFactoryBase.CreateConnection(string)
    DbFactoryBase.CreateCommand(string, IDbConnection, IDbTransaction, IMigrationProcessorOptions)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors.Oracle
    Assembly: FluentMigrator.Runner.Oracle.dll
    Syntax
    public class OracleBaseDbFactory : ReflectionBasedDbFactory, IDbFactory

    Constructors

    | Edit this page View Source

    OracleBaseDbFactory(IServiceProvider, params TestEntry[])

    Declaration
    protected OracleBaseDbFactory(IServiceProvider serviceProvider, params ReflectionBasedDbFactory.TestEntry[] testEntries)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    TestEntry[] testEntries

    Implements

    IDbFactory
    • 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.