Search Results for

    Show / Hide Table of Contents

    Class SnowflakeQuoter

    Inheritance
    object
    GenericQuoter
    SnowflakeQuoter
    Implements
    IQuoter
    Inherited Members
    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.FormatEnum(object)
    GenericQuoter.ValueQuote
    GenericQuoter.EscapeValueQuote
    GenericQuoter.IdentifierSeparator
    GenericQuoter.ShouldQuote(string)
    GenericQuoter.Quote(string)
    GenericQuoter.QuoteColumnName(string)
    GenericQuoter.QuoteConstraintName(string, string)
    GenericQuoter.QuoteIndexName(string, string)
    GenericQuoter.QuoteTableName(string, string)
    GenericQuoter.QuoteSequenceName(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.Snowflake
    Assembly: FluentMigrator.Runner.Snowflake.dll
    Syntax
    public class SnowflakeQuoter : GenericQuoter, IQuoter

    Constructors

    SnowflakeQuoter(SnowflakeOptions)

    Declaration
    public SnowflakeQuoter(SnowflakeOptions sfOptions)
    Parameters
    Type Name Description
    SnowflakeOptions sfOptions

    SnowflakeQuoter(bool)

    Declaration
    public SnowflakeQuoter(bool quoteIdentifiers)
    Parameters
    Type Name Description
    bool quoteIdentifiers

    Properties

    CloseQuote

    Returns the closing quote identifier - " is the standard according to the specification

    Declaration
    public override string CloseQuote { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericQuoter.CloseQuote

    CloseQuoteEscapeString

    If quoting is disabled, returns empty string.

    Declaration
    public override string CloseQuoteEscapeString { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericQuoter.CloseQuoteEscapeString

    DefaultSchemaName

    Declaration
    public string DefaultSchemaName { get; }
    Property Value
    Type Description
    string

    OpenQuote

    Returns the opening quote identifier - " is the standard according to the specification

    Declaration
    public override string OpenQuote { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericQuoter.OpenQuote

    OpenQuoteEscapeString

    If quoting is disabled, returns empty string.

    Declaration
    public override string OpenQuoteEscapeString { get; }
    Property Value
    Type Description
    string
    Overrides
    GenericQuoter.OpenQuoteEscapeString

    Methods

    FormatDateTime(DateTime)

    Declaration
    public override string FormatDateTime(DateTime value)
    Parameters
    Type Name Description
    DateTime value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatDateTime(DateTime)

    FormatDateTimeOffset(DateTimeOffset)

    Declaration
    public override string FormatDateTimeOffset(DateTimeOffset value)
    Parameters
    Type Name Description
    DateTimeOffset value
    Returns
    Type Description
    string
    Overrides
    GenericQuoter.FormatDateTimeOffset(DateTimeOffset)

    FormatSystemMethods(SystemMethods)

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

    IsQuoted(string)

    Returns true is the value starts and ends with a close quote

    Declaration
    public override bool IsQuoted(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    bool
    Overrides
    GenericQuoter.IsQuoted(string)

    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)

    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.