Class SQLiteQuoter
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Generators.SQLite
Assembly: FluentMigrator.Runner.SQLite.dll
Syntax
public class SQLiteQuoter : GenericQuoter, IQuoter
Methods
FormatSystemMethods(SystemMethods)
Declaration
public override string FormatSystemMethods(SystemMethods value)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemMethods | value |
Returns
| Type | Description |
|---|---|
| string |
Overrides
QuoteSchemaName(string)
Quotes a schema name
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 |