Class SQLiteQuoter
Assembly: FluentMigrator.Runner.SQLite.dll
Syntax
public class SQLiteQuoter : GenericQuoter, IQuoter
Methods
|
Edit this page
View Source
Declaration
protected override string FormatByteArray(byte[] value)
Parameters
Type |
Name |
Description |
byte[] |
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