C# Class Simple.Generator.Misc.MsSqlResetDbCommand

Inheritance: ICommand
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
Execute ( ) : void

Méthodes protégées

Méthode Description
MakeCreate ( string dbName ) : string
MakeDrop ( string dbName ) : string
ResetInternal ( string cs, string dbName ) : void

Private Methods

Méthode Description
ExecScript ( string scriptDrop, SqlConnection conn, bool logSqlException ) : void

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

MakeCreate() protected abstract méthode

protected abstract MakeCreate ( string dbName ) : string
dbName string
Résultat string

MakeDrop() protected abstract méthode

protected abstract MakeDrop ( string dbName ) : string
dbName string
Résultat string

ResetInternal() protected méthode

protected ResetInternal ( string cs, string dbName ) : void
cs string
dbName string
Résultat void