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

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

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
AddAlterSpecification ( AlterSpecification alter ) : DdlAlterTableStatement

Private Methods

Method Description
DdlAlterTableStatement ( bool ignore, Identifier table ) : System.Collections.Generic

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

AddAlterSpecification() public method

public AddAlterSpecification ( AlterSpecification alter ) : DdlAlterTableStatement
alter AlterSpecification
return DdlAlterTableStatement