C# Class WpSqlDumpParser.Parsing.Parser

Mostrar archivo Open project: svick/Wikipedia-SQl-dump-parser

Public Methods

Method Description
Parse ( Stream stream ) : ParsedValue>>.IEnumerable

Private Methods

Method Description
parseColumnDefinition ( ) : bool
parseValues ( ) : bool
readIntoBuffer ( int i ) : bool
readUntilSuccess ( Func function, int maxTries ) : void
removeBeginning ( Regex beginningRegex ) : bool
removeCreateTableBeginning ( ) : bool
removeInsertBeginning ( ) : bool

Method Details

Parse() public method

public Parse ( Stream stream ) : ParsedValue>>.IEnumerable
stream Stream
return ParsedValue>>.IEnumerable