Interface ISpecialTokenSearcher
Searches for special tokens (e.g. GO
)
Namespace: FluentMigrator.Runner.BatchParser
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface ISpecialTokenSearcher
Methods
Find(ILineReader)
Search for the special token in the given reader
Declaration
[CanBeNull]
SpecialTokenInfo Find(ILineReader reader)
Parameters
Type | Name | Description |
---|---|---|
ILineReader | reader | The reader used to search the token |
Returns
Type | Description |
---|---|
SpecialTokenInfo |
|