Namespace FluentMigrator.Runner.BatchParser
Classes
EndCodeSearchResult
The result of a FindEndCode(ILineReader) operation
SQLiteBatchParser
A specialization of the SqlBatchParser for the Microsoft SQL Server
SpecialTokenEventArgs
Event arguments for a special token
SpecialTokenInfo
Provides special information about the found token
SqlAnywhereBatchParser
A specialization of the SqlBatchParser for the Microsoft SQL Server
SqlBatchParser
This is the base implementation of the SQL batch parser
SqlServerBatchParser
A specialization of the SqlBatchParser for the Microsoft SQL Server
SqlTextEventArgs
Event arguments for the SQL text collected by the SqlBatchParser
Interfaces
ILineReader
Read content from a line and advance the internal index
IRangeSearcher
Interface to search for content with a given start- and end code
ISpecialTokenSearcher
Searches for special tokens (e.g. GO
)
ITextSource
An interface to create a reader that is used to read the SQL script lines