Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Tup
Cobar4Net
Parser
Ast
Stmt
Ddl
DdlAlterTableStatement.DropColumn
C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Ddl.DdlAlterTableStatement.DropColumn
상속:
AlterSpecification
파일 보기
프로젝트 열기: tupunco/Tup.Cobar4Net
공개 메소드들
메소드
설명
Accept
(
ISqlAstVisitor
visitor
) :
void
DropColumn
(
Identifier
colName
) :
System.Collections.Generic
메소드 상세
Accept()
공개
메소드
public
Accept
(
ISqlAstVisitor
visitor
) :
void
visitor
ISqlAstVisitor
리턴
void
DropColumn()
공개
메소드
public
DropColumn
(
Identifier
colName
) :
System.Collections.Generic
colName
Tup.Cobar4Net.Parser.Ast.Expression.Primary.Identifier
리턴
System.Collections.Generic