C# Class Dashing.Engine.DDL.DropTableWriter

Inheritance: IDropTableWriter
Afficher le fichier Open project: Polylytics/dashing Class Usage Examples

Méthodes publiques

Méthode Description
DropTable ( IMap map ) : string
DropTableIfExists ( IMap map ) : string
DropTableWriter ( ISqlDialect dialect ) : System

Method Details

DropTable() public méthode

public DropTable ( IMap map ) : string
map IMap
Résultat string

DropTableIfExists() public méthode

public DropTableIfExists ( IMap map ) : string
map IMap
Résultat string

DropTableWriter() public méthode

public DropTableWriter ( ISqlDialect dialect ) : System
dialect ISqlDialect
Résultat System