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

Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string sql ) : ISqlStatement
Parse ( string sql, MySqlLexer lexer, string charset ) : ISqlStatement
Parse ( string sql, string charset ) : ISqlStatement

Private Methods

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

Method Details

Parse() public static méthode

public static Parse ( string sql ) : ISqlStatement
sql string
Résultat ISqlStatement

Parse() public static méthode

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

Parse() public static méthode

public static Parse ( string sql, string charset ) : ISqlStatement
sql string
charset string
Résultat ISqlStatement