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

Inheritance: DmlStatement
Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Protected Properties

Свойство Type Description
columnNameList IList
rowList IList
select IQueryExpression
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier

Méthodes publiques

Méthode Description
ClearReplaceRowList ( ) : void

Méthodes protégées

Méthode Description
DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IList rowList ) : System
DmlInsertReplaceStatement ( Identifier table, IList columnNameList, IQueryExpression select ) : System

Method Details

ClearReplaceRowList() public méthode

public ClearReplaceRowList ( ) : void
Résultat void

DmlInsertReplaceStatement() protected méthode

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

DmlInsertReplaceStatement() protected méthode

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

Property Details

columnNameList protected_oe property

protected IList columnNameList
Résultat IList

rowList protected_oe property

protected IList rowList
Résultat IList

select protected_oe property

protected IQueryExpression select
Résultat IQueryExpression

table protected_oe property

protected Identifier,Tup.Cobar4Net.Parser.Ast.Expression.Primary table
Résultat Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier