Class OracleQuoter
Assembly: FluentMigrator.Runner.Oracle.dll
Syntax
public class OracleQuoter : OracleQuoterQuotedIdentifier, IQuoter
Methods
|
Edit this page
View Source
Quote(string)
Returns a quoted string that has been correctly escaped
Declaration
public override string Quote(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Overrides
|
Edit this page
View Source
QuoteConstraintName(string, string)
Declaration
public override string QuoteConstraintName(string constraintName, string schemaName = null)
Parameters
Type |
Name |
Description |
string |
constraintName |
|
string |
schemaName |
|
Returns
Overrides
|
Edit this page
View Source
QuoteIndexName(string, string)
Declaration
public override string QuoteIndexName(string indexName, string schemaName)
Parameters
Returns
Overrides
|
Edit this page
View Source
QuoteSequenceName(string, string)
Declaration
public override string QuoteSequenceName(string sequenceName, string schemaName)
Parameters
Returns
Overrides
|
Edit this page
View Source
QuoteTableName(string, string)
Declaration
public override string QuoteTableName(string tableName, string schemaName = null)
Parameters
Returns
Overrides
Implements