C# Class Tup.Cobar4Net.Parser.Recognizer.SqlParserDelegate

Mostra file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Parse ( string sql ) : ISqlStatement
Parse ( string sql, MySqlLexer lexer, string charset ) : ISqlStatement
Parse ( string sql, string charset ) : ISqlStatement

Private Methods

Method Description
BuildErrorMsg ( Exception e, MySqlLexer lexer, string sql ) : string
IsEOFedDdl ( ISqlStatement stmt ) : bool
SqlParserDelegate ( ) : System

Method Details

Parse() public static method

public static Parse ( string sql ) : ISqlStatement
sql string
return ISqlStatement

Parse() public static method

public static Parse ( string sql, MySqlLexer lexer, string charset ) : ISqlStatement
sql string
lexer Tup.Cobar4Net.Parser.Recognizer.Mysql.Lexer.MySqlLexer
charset string
return ISqlStatement

Parse() public static method

public static Parse ( string sql, string charset ) : ISqlStatement
sql string
charset string
return ISqlStatement