Search Results for

    Show / Hide Table of Contents

    Class OracleQuoter

    Inheritance
    object
    GenericQuoter
    OracleQuoterQuotedIdentifier
    OracleQuoter
    Implements
    IQuoter
    Inherited Members
    OracleQuoterQuotedIdentifier.FormatDateTime(DateTime)
    OracleQuoterQuotedIdentifier.FromTimeSpan(TimeSpan)
    OracleQuoterQuotedIdentifier.FormatGuid(Guid)
    OracleQuoterQuotedIdentifier.FormatSystemMethods(SystemMethods)
    GenericQuoter.QuoteValue(object)
    GenericQuoter.FormatByteArray(byte[])
    GenericQuoter.FormatNull()
    GenericQuoter.FormatAnsiString(string)
    GenericQuoter.FormatNationalString(string)
    GenericQuoter.FormatChar(char)
    GenericQuoter.FormatBool(bool)
    GenericQuoter.FormatDateTimeOffset(DateTimeOffset)
    GenericQuoter.FormatEnum(object)
    GenericQuoter.ValueQuote
    GenericQuoter.EscapeValueQuote
    GenericQuoter.IdentifierSeparator
    GenericQuoter.OpenQuote
    GenericQuoter.CloseQuote
    GenericQuoter.OpenQuoteEscapeString
    GenericQuoter.CloseQuoteEscapeString
    GenericQuoter.IsQuoted(string)
    GenericQuoter.ShouldQuote(string)
    GenericQuoter.QuoteColumnName(string)
    GenericQuoter.QuoteSchemaName(string)
    GenericQuoter.UnQuote(string)
    GenericQuoter.CreateSchemaPrefixedQuotedIdentifier(string, string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.Oracle
    Assembly: FluentMigrator.Runner.Oracle.dll
    Syntax
    public class OracleQuoter : OracleQuoterQuotedIdentifier, IQuoter

    Methods

    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
    Type Description
    string
    Overrides
    GenericQuoter.Quote(string)

    QuoteConstraintName(string, string)

    Quotes a constraint name

    Declaration
    public override string QuoteConstraintName(string constraintName, string schemaName)
    Parameters
    Type Name Description
    string constraintName
    string schemaName
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.QuoteConstraintName(string, string)

    QuoteIndexName(string, string)

    Quote an index name

    Declaration
    public override string QuoteIndexName(string indexName, string schemaName)
    Parameters
    Type Name Description
    string indexName
    string schemaName
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.QuoteIndexName(string, string)

    QuoteSequenceName(string, string)

    Quotes a Sequence name

    Declaration
    public override string QuoteSequenceName(string sequenceName, string schemaName)
    Parameters
    Type Name Description
    string sequenceName
    string schemaName
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.QuoteSequenceName(string, string)

    QuoteTableName(string, string)

    Quotes a Table name

    Declaration
    public override string QuoteTableName(string tableName, string schemaName)
    Parameters
    Type Name Description
    string tableName
    string schemaName
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.QuoteTableName(string, string)

    Implements

    IQuoter
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.