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

Inheritance: DmlStatement
Datei anzeigen Open project: tupunco/Tup.Cobar4Net

Protected Properties

Property Type Description
columnNameList IList
rowList IList
select IQueryExpression
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier

Public Methods

Method Description
ClearReplaceRowList ( ) : void

Protected Methods

Method Description
DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IList rowList ) : System
DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IQueryExpression select ) : System

Method Details

ClearReplaceRowList() public method

public ClearReplaceRowList ( ) : void
return void

DmlInsertReplaceStatement() protected method

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

DmlInsertReplaceStatement() protected method

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

Property Details

columnNameList protected_oe property

protected IList columnNameList
return IList

rowList protected_oe property

protected IList rowList
return IList

select protected_oe property

protected IQueryExpression select
return IQueryExpression

table protected_oe property

protected Identifier,Tup.Cobar4Net.Parser.Ast.Expression.Primary table
return Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier