Search Results for

    Show / Hide Table of Contents

    Class Db2ISeriesQuoter

    Inheritance
    object
    GenericQuoter
    Db2Quoter
    Db2ISeriesQuoter
    Implements
    IQuoter
    Inherited Members
    Db2Quoter.SpecialChars
    Db2Quoter.FormatDateTime(DateTime)
    Db2Quoter.ShouldQuote(string)
    Db2Quoter.FormatSystemMethods(SystemMethods)
    GenericQuoter.QuoteValue(object)
    GenericQuoter.FromTimeSpan(TimeSpan)
    GenericQuoter.FormatByteArray(byte[])
    GenericQuoter.FormatNull()
    GenericQuoter.FormatAnsiString(string)
    GenericQuoter.FormatNationalString(string)
    GenericQuoter.FormatChar(char)
    GenericQuoter.FormatBool(bool)
    GenericQuoter.FormatGuid(Guid)
    GenericQuoter.FormatDateTimeOffset(DateTimeOffset)
    GenericQuoter.FormatEnum(object)
    GenericQuoter.ValueQuote
    GenericQuoter.EscapeValueQuote
    GenericQuoter.IdentifierSeparator
    GenericQuoter.OpenQuote
    GenericQuoter.CloseQuote
    GenericQuoter.OpenQuoteEscapeString
    GenericQuoter.CloseQuoteEscapeString
    GenericQuoter.IsQuoted(string)
    GenericQuoter.Quote(string)
    GenericQuoter.QuoteColumnName(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.DB2.iSeries
    Assembly: FluentMigrator.Runner.Db2.dll
    Syntax
    public class Db2ISeriesQuoter : Db2Quoter, IQuoter

    Methods

    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
    Db2Quoter.QuoteIndexName(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.