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

Inheritance: DmlInsertReplaceStatement
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

DmlReplaceStatement() public méthode

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
Résultat System.Collections.Generic

DmlReplaceStatement() public méthode

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
Résultat System.Collections.Generic