C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Ddl.DdlAlterTableStatement

NOT FULL AST: partition options, foreign key, ORDER BY not supported
상속: IDdlStatement
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ISqlAstVisitor visitor ) : void
AddAlterSpecification ( AlterSpecification alter ) : DdlAlterTableStatement

비공개 메소드들

메소드 설명
DdlAlterTableStatement ( bool ignore, Identifier table ) : System.Collections.Generic

메소드 상세

Accept() 공개 메소드

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
리턴 void

AddAlterSpecification() 공개 메소드

public AddAlterSpecification ( AlterSpecification alter ) : DdlAlterTableStatement
alter AlterSpecification
리턴 DdlAlterTableStatement