C# 클래스 Simple.Generator.Misc.MsSqlResetDbCommand

상속: ICommand
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
Execute ( ) : void

보호된 메소드들

메소드 설명
MakeCreate ( string dbName ) : string
MakeDrop ( string dbName ) : string
ResetInternal ( string cs, string dbName ) : void

비공개 메소드들

메소드 설명
ExecScript ( string scriptDrop, SqlConnection conn, bool logSqlException ) : void

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

MakeCreate() 보호된 추상적인 메소드

protected abstract MakeCreate ( string dbName ) : string
dbName string
리턴 string

MakeDrop() 보호된 추상적인 메소드

protected abstract MakeDrop ( string dbName ) : string
dbName string
리턴 string

ResetInternal() 보호된 메소드

protected ResetInternal ( string cs, string dbName ) : void
cs string
dbName string
리턴 void