Class FirebirdQuoter
Inheritance
FirebirdQuoter
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public class FirebirdQuoter : GenericQuoter, IQuoter
Constructors
|
Edit this page
View Source
FirebirdQuoter(FirebirdOptions)
Declaration
public FirebirdQuoter(FirebirdOptions options)
Parameters
Type |
Name |
Description |
FirebirdOptions |
options |
The firebird specific options
|
|
Edit this page
View Source
FirebirdQuoter(bool)
Declaration
public FirebirdQuoter(bool forceQuote)
Parameters
Type |
Name |
Description |
bool |
forceQuote |
|
Methods
|
Edit this page
View Source
Declaration
public override string FormatDateTime(DateTime value)
Parameters
Returns
Overrides
|
Edit this page
View Source
Declaration
public override string FormatSystemMethods(SystemMethods value)
Parameters
Returns
Overrides
|
Edit this page
View Source
QuoteSchemaName(string)
Declaration
public override string QuoteSchemaName(string schemaName)
Parameters
Type |
Name |
Description |
string |
schemaName |
The schema name to quote
|
Returns
Type |
Description |
string |
The quoted schema name
|
Overrides
|
Edit this page
View Source
ShouldQuote(string)
Declaration
protected override bool ShouldQuote(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Overrides
|
Edit this page
View Source
ToFbObjectName(string)
Declaration
public string ToFbObjectName(string objName)
Parameters
Type |
Name |
Description |
string |
objName |
|
Returns
Implements