Class HanaQuoter
Assembly: FluentMigrator.Runner.Hana.dll
Syntax
public class HanaQuoter : GenericQuoter, IQuoter
Methods
|
Edit this page
View Source
Declaration
public override string FormatNationalString(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
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
Implements