C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlUpdateStatement

Inheritance: DmlStatement
ファイルを表示 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DmlUpdateStatement ( bool lowPriority, bool ignore, TableReferences tableRefs, IExpression>.IList values, IExpression where, OrderBy orderBy, Limit limit ) : System

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

DmlUpdateStatement() public method

public DmlUpdateStatement ( bool lowPriority, bool ignore, TableReferences tableRefs, IExpression>.IList values, IExpression where, OrderBy orderBy, Limit limit ) : System
lowPriority bool
ignore bool
tableRefs Tup.Cobar4Net.Parser.Ast.Fragment.Tableref.TableReferences
values IExpression>.IList
where IExpression
orderBy Tup.Cobar4Net.Parser.Ast.Fragment.OrderBy
limit Tup.Cobar4Net.Parser.Ast.Fragment.Limit
return System