Search Results for

    Show / Hide Table of Contents

    Class OracleQuoterBase

    Inheritance
    object
    GenericQuoter
    OracleQuoterBase
    OracleQuoterQuotedIdentifier
    Implements
    IQuoter
    Inherited Members
    GenericQuoter.QuoteValue(object)
    GenericQuoter.FormatByteArray(byte[])
    GenericQuoter.FormatNull()
    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.Quote(string)
    GenericQuoter.QuoteColumnName(string)
    GenericQuoter.QuoteConstraintName(string, string)
    GenericQuoter.QuoteTableName(string, string)
    GenericQuoter.QuoteSequenceName(string, 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 OracleQuoterBase : GenericQuoter, IQuoter

    Fields

    | Edit this page View Source

    EscapeCharacters

    Declaration
    public static readonly char[] EscapeCharacters
    Field Value
    Type Description
    char[]
    | Edit this page View Source

    MaxChunkLength

    Declaration
    public const int MaxChunkLength = 3900
    Field Value
    Type Description
    int

    Methods

    | Edit this page View Source

    FormatAnsiString(string)

    Declaration
    public override string FormatAnsiString(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatAnsiString(string)
    | Edit this page View Source

    FormatDateTime(DateTime)

    Declaration
    public override string FormatDateTime(DateTime value)
    Parameters
    Type Name Description
    DateTime value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatDateTime(DateTime)
    | Edit this page View Source

    FormatGuid(Guid)

    Declaration
    public override string FormatGuid(Guid value)
    Parameters
    Type Name Description
    Guid value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatGuid(Guid)
    | Edit this page View Source

    FormatNationalString(string)

    Declaration
    public override string FormatNationalString(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatNationalString(string)
    | Edit this page View Source

    FormatSystemMethods(SystemMethods)

    Declaration
    public override string FormatSystemMethods(SystemMethods value)
    Parameters
    Type Name Description
    SystemMethods value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatSystemMethods(SystemMethods)
    | Edit this page View Source

    FromTimeSpan(TimeSpan)

    Declaration
    public override string FromTimeSpan(TimeSpan value)
    Parameters
    Type Name Description
    TimeSpan value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FromTimeSpan(TimeSpan)
    | Edit this page View Source

    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)
    | Edit this page View Source

    SplitBy(string, int)

    Declaration
    public static IEnumerable<string> SplitBy(string str, int maxChunkLength)
    Parameters
    Type Name Description
    string str
    int maxChunkLength
    Returns
    Type Description
    IEnumerable<string>

    Implements

    IQuoter
    • Edit this page
    • View Source
    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.