C# 클래스 Dashing.Engine.DDL.DropTableWriter

상속: IDropTableWriter
파일 보기 프로젝트 열기: Polylytics/dashing 1 사용 예제들

공개 메소드들

메소드 설명
DropTable ( IMap map ) : string
DropTableIfExists ( IMap map ) : string
DropTableWriter ( ISqlDialect dialect ) : System

메소드 상세

DropTable() 공개 메소드

public DropTable ( IMap map ) : string
map IMap
리턴 string

DropTableIfExists() 공개 메소드

public DropTableIfExists ( IMap map ) : string
map IMap
리턴 string

DropTableWriter() 공개 메소드

public DropTableWriter ( ISqlDialect dialect ) : System
dialect ISqlDialect
리턴 System