Class Postgres92Processor
Inheritance
Postgres92Processor
Assembly: FluentMigrator.Runner.Postgres.dll
Syntax
public class Postgres92Processor : PostgresProcessor, IMigrationProcessor, IQuerySchema, IDisposable
Constructors
Postgres92Processor(PostgresDbFactory, Postgres92Generator, ILogger<PostgresProcessor>, IOptionsSnapshot<ProcessorOptions>, IConnectionStringAccessor, PostgresOptions)
Declaration
public Postgres92Processor(PostgresDbFactory factory, Postgres92Generator generator, ILogger<PostgresProcessor> logger, IOptionsSnapshot<ProcessorOptions> options, IConnectionStringAccessor connectionStringAccessor, PostgresOptions pgOptions)
Parameters
Properties
DatabaseType
Declaration
public override string DatabaseType { get; }
Property Value
Overrides
DatabaseTypeAliases
Gets the database type aliases
Declaration
public override IList<string> DatabaseTypeAliases { get; }
Property Value
Overrides
Implements