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

상속: DmlStatement
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net

보호된 프로퍼티들

프로퍼티 타입 설명
columnNameList IList
rowList IList
select IQueryExpression
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier

공개 메소드들

메소드 설명
ClearReplaceRowList ( ) : void

보호된 메소드들

메소드 설명
DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IList rowList ) : System
DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IQueryExpression select ) : System

메소드 상세

ClearReplaceRowList() 공개 메소드

public ClearReplaceRowList ( ) : void
리턴 void

DmlInsertReplaceStatement() 보호된 메소드

protected DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IList rowList ) : System
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
rowList IList
리턴 System

DmlInsertReplaceStatement() 보호된 메소드

protected DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IQueryExpression select ) : System
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
select IQueryExpression
리턴 System

프로퍼티 상세

columnNameList 보호되어 있는 프로퍼티

protected IList columnNameList
리턴 IList

rowList 보호되어 있는 프로퍼티

protected IList rowList
리턴 IList

select 보호되어 있는 프로퍼티

protected IQueryExpression select
리턴 IQueryExpression

table 보호되어 있는 프로퍼티

protected Identifier,Tup.Cobar4Net.Parser.Ast.Expression.Primary table
리턴 Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier