C# 클래스 QSProjectsLib.DBCreator

파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Scripts List

공개 메소드들

메소드 설명
AddBaseScript ( System.Version version, string name, string scriptResource ) : void
RunCreation ( CreationScript script, string server, string dbname, string login, string password ) : void
RunCreation ( string server, string dbname ) : void

비공개 메소드들

메소드 설명
Myscript_StatementExecuted ( object sender, MySqlScriptEventArgs args ) : void

메소드 상세

AddBaseScript() 공개 정적인 메소드

public static AddBaseScript ( System.Version version, string name, string scriptResource ) : void
version System.Version
name string
scriptResource string
리턴 void

RunCreation() 공개 정적인 메소드

public static RunCreation ( CreationScript script, string server, string dbname, string login, string password ) : void
script CreationScript
server string
dbname string
login string
password string
리턴 void

RunCreation() 공개 정적인 메소드

public static RunCreation ( string server, string dbname ) : void
server string
dbname string
리턴 void

프로퍼티 상세

Scripts 공개적으로 정적으로 프로퍼티

public static List Scripts
리턴 List