Class Postgres11_0Generator
Inheritance
Postgres11_0Generator
Assembly: FluentMigrator.Runner.Postgres.dll
Syntax
public class Postgres11_0Generator : PostgresGenerator, IMigrationGenerator
Constructors
|
Edit this page
View Source
Postgres11_0Generator(PostgresQuoter)
Declaration
public Postgres11_0Generator(PostgresQuoter quoter)
Parameters
|
Edit this page
View Source
Postgres11_0Generator(PostgresQuoter, IOptions<GeneratorOptions>)
Declaration
public Postgres11_0Generator(PostgresQuoter quoter, IOptions<GeneratorOptions> generatorOptions)
Parameters
|
Edit this page
View Source
Postgres11_0Generator(PostgresQuoter, IOptions<GeneratorOptions>, ITypeMap)
Declaration
protected Postgres11_0Generator(PostgresQuoter quoter, IOptions<GeneratorOptions> generatorOptions, ITypeMap typeMap)
Parameters
Methods
|
Edit this page
View Source
GetAsOnly(CreateIndexExpression)
Declaration
protected override string GetAsOnly(CreateIndexExpression expression)
Parameters
Returns
Overrides
|
Edit this page
View Source
GetIncludeString(CreateIndexExpression)
Declaration
protected override string GetIncludeString(CreateIndexExpression column)
Parameters
Returns
Overrides
Implements