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

NOT FULL AST: partition options, foreign key, ORDER BY not supported
Inheritance: IDdlStatement
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
AddAlterSpecification ( AlterSpecification alter ) : DdlAlterTableStatement

Private Methods

Méthode Description
DdlAlterTableStatement ( bool ignore, Identifier table ) : System.Collections.Generic

Method Details

Accept() public méthode

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

AddAlterSpecification() public méthode

public AddAlterSpecification ( AlterSpecification alter ) : DdlAlterTableStatement
alter AlterSpecification
Résultat DdlAlterTableStatement