Class RedshiftQuoter
Inheritance
RedshiftQuoter
Assembly: FluentMigrator.Runner.Redshift.dll
Syntax
public class RedshiftQuoter : GenericQuoter, IQuoter
Methods
|
Edit this page
View Source
Declaration
public override string FormatBool(bool value)
Parameters
| Type |
Name |
Description |
| bool |
value |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
protected override string FormatByteArray(byte[] array)
Parameters
| Type |
Name |
Description |
| byte[] |
array |
|
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
UnQuoteSchemaName(string)
Declaration
public string UnQuoteSchemaName(string quoted)
Parameters
| Type |
Name |
Description |
| string |
quoted |
|
Returns
Implements