C# Класс Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlInsertStatement

Наследование: DmlInsertReplaceStatement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Accept ( ISqlAstVisitor visitor ) : void
DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IList rowList, IExpression>.IList duplicateUpdate ) : System.Collections.Generic

DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IQueryExpression select, IExpression>.IList duplicateUpdate ) : System.Collections.Generic

Описание методов

Accept() публичный Метод

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Результат void

DmlInsertStatement() публичный Метод

public DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IList rowList, IExpression>.IList duplicateUpdate ) : System.Collections.Generic
mode InsertMode
ignore bool
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
rowList IList
duplicateUpdate IExpression>.IList
Результат System.Collections.Generic

DmlInsertStatement() публичный Метод

public DmlInsertStatement ( InsertMode mode, bool ignore, Identifier table, IList columnNameList, IQueryExpression select, IExpression>.IList duplicateUpdate ) : System.Collections.Generic
mode InsertMode
ignore bool
table Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
columnNameList IList
select IQueryExpression
duplicateUpdate IExpression>.IList
Результат System.Collections.Generic