C# Class Tup.Cobar4Net.Parser.Recognizer.Mysql.Syntax.MySqlDmlInsertReplaceParser

Inheritance: MySqlDmlParser
ファイルを表示 Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
MySqlDmlInsertReplaceParser ( MySqlLexer lexer, MySqlExprParser exprParser ) : System.Collections.Generic

Protected Methods

Method Description
RowList ( ) : IList

Private Methods

Method Description
RowValue ( ) : IList

first token is (

Method Details

MySqlDmlInsertReplaceParser() public method

public MySqlDmlInsertReplaceParser ( MySqlLexer lexer, MySqlExprParser exprParser ) : System.Collections.Generic
lexer Tup.Cobar4Net.Parser.Recognizer.Mysql.Lexer.MySqlLexer
exprParser MySqlExprParser
return System.Collections.Generic

RowList() protected method

protected RowList ( ) : IList
return IList