Search Results for

    Show / Hide Table of Contents

    Class SqlAnywhereBatchParser

    A specialization of the SqlBatchParser for the Microsoft SQL Server

    Inheritance
    object
    SqlBatchParser
    SqlAnywhereBatchParser
    Inherited Members
    SqlBatchParser.SpecialToken
    SqlBatchParser.SqlText
    SqlBatchParser.Process(ITextSource, bool)
    SqlBatchParser.OnSpecialToken(SpecialTokenEventArgs)
    SqlBatchParser.OnSqlText(SqlTextEventArgs)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.BatchParser
    Assembly: FluentMigrator.Runner.SqlAnywhere.dll
    Syntax
    public class SqlAnywhereBatchParser : SqlBatchParser
    Remarks

    It uses the following range searchers: MultiLineComment, DoubleDashSingleLineComment, PoundSignSingleLineComment, AnsiSqlIdentifier, SqlString and the following token searchers: GoSearcher.

    Constructors

    SqlAnywhereBatchParser(string)

    Initializes a new instance of the SqlAnywhereBatchParser class.

    Declaration
    public SqlAnywhereBatchParser(string newLine = null)
    Parameters
    Type Name Description
    string newLine

    The string used to write a new line sequence

    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.