C# Class MySql.Parser.MySQL51Parser

Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
GetErrorMessage ( RecognitionException e, string tokenNames ) : string

Private Methods

Method Description
EnterRule_begin_end_stmt ( ) : void
EnterRule_declare_handler ( ) : void
EnterRule_drop_table ( ) : void
EnterRule_expr ( ) : void
EnterRule_field_name ( ) : void
EnterRule_simple_obj_ref_no_alias ( ) : void
EnterRule_simple_table_ref_no_alias_existing ( ) : void
EnterRule_statement_list ( ) : void
EnterRule_update ( ) : void
LeaveRule_expr ( ) : void
LeaveRule_field_name ( ) : void
LeaveRule_simple_table_ref_no_alias_existing ( ) : void
LeaveRule_statement_list ( ) : void
OnCreated ( ) : void

Method Details

GetErrorMessage() public method

public GetErrorMessage ( RecognitionException e, string tokenNames ) : string
e Antlr.Runtime.RecognitionException
tokenNames string
return string