C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Ddl.DdlAlterTableStatement.ChangeColumn

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

Méthodes publiques

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

Method Details

Accept() public méthode

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

ChangeColumn() public méthode

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

ChangeColumn() public méthode

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