Search Results for

    Show / Hide Table of Contents

    Namespace FluentMigrator.Runner.BatchParser.RangeSearchers

    Classes

    AnsiSqlIdentifier

    A range searcher for ANSI-style SQL identifiers

    CharWithEscapeByDuplication

    Utility class that handles single-character ranges (e.g. 'text') where the end characters might be duplicated to escape it.

    DoubleDashSingleLineComment

    A single line comment starting with two dashes (-- comment)

    MultiLineComment

    The default multi-line comment (/* comment */)

    MySqlIdentifier

    The MySQL identifier quotes using backticks

    NestingMultiLineComment

    An example implementation of a nested multi-line comment (e.g. /* comment /* nested */ */)

    PoundSignSingleLineComment

    A single line comment starting with a pound sign (# comment)

    SingleLineComment

    A single line comment starting with the specified start code

    SqlServerIdentifier

    An SQL server style quoted identifer ([identifier])

    SqlString

    A ANSI SQL string ('string')

    StringWithNoEscape

    Ranges with multi-character start and end tokens (e.g. /* */)

    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.