C# Класс Tup.Cobar4Net.Parser.Ast.Stmt.Ddl.DdlAlterTableStatement.ChangeColumn

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

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

Метод Описание
Accept ( ISqlAstVisitor visitor ) : void
ChangeColumn ( Identifier oldName, Identifier newName, ColumnDefinition colDef ) : System.Collections.Generic

without column position specification

ChangeColumn ( Identifier oldName, Identifier newName, ColumnDefinition colDef, Identifier afterColumn ) : System.Collections.Generic

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

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

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

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

without column position specification
public ChangeColumn ( Identifier oldName, Identifier newName, ColumnDefinition colDef ) : System.Collections.Generic
oldName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
newName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
colDef Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.ColumnDefinition
Результат System.Collections.Generic

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

public ChangeColumn ( Identifier oldName, Identifier newName, ColumnDefinition colDef, Identifier afterColumn ) : System.Collections.Generic
oldName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
newName Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
colDef Tup.Cobar4Net.Parser.Ast.Fragment.Ddl.ColumnDefinition
afterColumn Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
Результат System.Collections.Generic