C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlInsertStatement

상속: DmlInsertReplaceStatement
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

DmlInsertStatement() 공개 메소드

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
리턴 System.Collections.Generic

DmlInsertStatement() 공개 메소드

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
리턴 System.Collections.Generic