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

Inheritance: DmlInsertReplaceStatement
Datei anzeigen Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
DmlReplaceStatement ( ReplaceMode mode, Identifier table, IList columnNameList, IList rowList ) : System.Collections.Generic
DmlReplaceStatement ( ReplaceMode mode, Identifier table, IList columnNameList, IQueryExpression select ) : System.Collections.Generic

Method Details

Accept() public method

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

DmlReplaceStatement() public method

public DmlReplaceStatement ( ReplaceMode mode, Identifier table, IList columnNameList, IList rowList ) : System.Collections.Generic
mode ReplaceMode
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
rowList IList
return System.Collections.Generic

DmlReplaceStatement() public method

public DmlReplaceStatement ( ReplaceMode mode, Identifier table, IList columnNameList, IQueryExpression select ) : System.Collections.Generic
mode ReplaceMode
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
select IQueryExpression
return System.Collections.Generic