C# Class Dashing.Engine.DDL.DropTableWriter

Inheritance: IDropTableWriter
Show file Open project: Polylytics/dashing Class Usage Examples

Public Methods

Method Description
DropTable ( IMap map ) : string
DropTableIfExists ( IMap map ) : string
DropTableWriter ( ISqlDialect dialect ) : System

Method Details

DropTable() public method

public DropTable ( IMap map ) : string
map IMap
return string

DropTableIfExists() public method

public DropTableIfExists ( IMap map ) : string
map IMap
return string

DropTableWriter() public method

public DropTableWriter ( ISqlDialect dialect ) : System
dialect ISqlDialect
return System