Search Results for

    Show / Hide Table of Contents

    Class PostgresQuoter

    Inheritance
    object
    GenericQuoter
    PostgresQuoter
    Implements
    IQuoter
    Inherited Members
    GenericQuoter.QuoteValue(object)
    GenericQuoter.FromTimeSpan(TimeSpan)
    GenericQuoter.FormatNull()
    GenericQuoter.FormatAnsiString(string)
    GenericQuoter.FormatNationalString(string)
    GenericQuoter.FormatChar(char)
    GenericQuoter.FormatGuid(Guid)
    GenericQuoter.FormatDateTime(DateTime)
    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.QuoteIndexName(string, string)
    GenericQuoter.QuoteTableName(string, 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.Postgres
    Assembly: FluentMigrator.Runner.Postgres.dll
    Syntax
    public class PostgresQuoter : GenericQuoter, IQuoter

    Methods

    FormatBool(bool)

    Declaration
    public override string FormatBool(bool value)
    Parameters
    Type Name Description
    bool value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatBool(bool)

    FormatByteArray(byte[])

    Declaration
    protected override string FormatByteArray(byte[] array)
    Parameters
    Type Name Description
    byte[] array
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatByteArray(byte[])

    FormatSystemMethods(SystemMethods)

    Declaration
    public override string FormatSystemMethods(SystemMethods value)
    Parameters
    Type Name Description
    SystemMethods value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatSystemMethods(SystemMethods)

    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

    Overrides
    GenericQuoter.QuoteSchemaName(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)

    UnQuoteSchemaName(string)

    Declaration
    public string UnQuoteSchemaName(string quoted)
    Parameters
    Type Name Description
    string quoted
    Returns
    Type Description
    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.