C# Class MonkeyWrench.DataClasses.SqlToCSharp

Mostra file Open project: rolfbjarne/monkeywrench

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
Parse ( StreamReader reader ) : void
ParseTable ( StreamReader reader, string table ) : void
ParseView ( StreamReader reader, string view ) : void
ReadWord ( string &input ) : string
RemoveComment ( string line ) : string
WriteHeader ( StreamWriter writer, string filename ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void