C# 클래스 Deveel.Data.Sql.Statements.DropPrimaryKeyAction

상속: AlterTableAction
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
DropPrimaryKeyAction ( ) : System

보호된 메소드들

메소드 설명
AppendTo ( SqlStringBuilder builder ) : void

비공개 메소드들

메소드 설명
DropPrimaryKeyAction ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

AppendTo() 보호된 메소드

protected AppendTo ( SqlStringBuilder builder ) : void
builder SqlStringBuilder
리턴 void

DropPrimaryKeyAction() 공개 메소드

public DropPrimaryKeyAction ( ) : System
리턴 System