Class Oracle12CGenerator
Inheritance
Oracle12CGenerator
Assembly: FluentMigrator.Runner.Oracle.dll
Syntax
public class Oracle12CGenerator : OracleGenerator, IOracle12CGenerator, IOracleGenerator, IMigrationGenerator
Constructors
|
Edit this page
View Source
Oracle12CGenerator()
Declaration
public Oracle12CGenerator()
|
Edit this page
View Source
Oracle12CGenerator(OracleQuoterBase)
Declaration
public Oracle12CGenerator(OracleQuoterBase quoter)
Parameters
|
Edit this page
View Source
Oracle12CGenerator(OracleQuoterBase, IOptions<GeneratorOptions>)
Declaration
public Oracle12CGenerator(OracleQuoterBase quoter, IOptions<GeneratorOptions> generatorOptions)
Parameters
|
Edit this page
View Source
Oracle12CGenerator(bool)
Declaration
public Oracle12CGenerator(bool useQuotedIdentifiers)
Parameters
Type |
Name |
Description |
bool |
useQuotedIdentifiers |
|
Implements