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

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

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IList rowList, IExpression>.IList duplicateUpdate ) : System.Collections.Generic

DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IQueryExpression select, IExpression>.IList duplicateUpdate ) : System.Collections.Generic

Method Details

Accept() public method

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

DmlInsertStatement() public method

public DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IList rowList, IExpression>.IList duplicateUpdate ) : System.Collections.Generic
mode InsertMode
ignore bool
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
rowList IList
duplicateUpdate IExpression>.IList
return System.Collections.Generic

DmlInsertStatement() public method

public DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IQueryExpression select, IExpression>.IList duplicateUpdate ) : System.Collections.Generic
mode InsertMode
ignore bool
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
select IQueryExpression
duplicateUpdate IExpression>.IList
return System.Collections.Generic