C# Class WpSqlDumpParser.Parsing.Parser

Afficher le fichier Open project: svick/Wikipedia-SQl-dump-parser

Méthodes publiques

Méthode Description
Parse ( Stream stream ) : ParsedValue>>.IEnumerable

Private Methods

Méthode 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 méthode

public Parse ( Stream stream ) : ParsedValue>>.IEnumerable
stream Stream
Résultat ParsedValue>>.IEnumerable