C# 클래스 SqliteCountry, chronojump

상속: Sqlite
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, SqliteCommand mycmd, string code, string nameEnglish, string continent ) : void
Select ( int uniqueID ) : string[]
SelectCountriesOfAContinent ( string continent, bool insertUndefined ) : string[]
TableHasOldRepublicStuff ( ) : bool

보호된 메소드들

메소드 설명
createTable ( ) : void
initialize ( ) : void

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, SqliteCommand mycmd, string code, string nameEnglish, string continent ) : void
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
code string
nameEnglish string
continent string
리턴 void

Select() 공개 정적인 메소드

public static Select ( int uniqueID ) : string[]
uniqueID int
리턴 string[]

SelectCountriesOfAContinent() 공개 정적인 메소드

public static SelectCountriesOfAContinent ( string continent, bool insertUndefined ) : string[]
continent string
insertUndefined bool
리턴 string[]

TableHasOldRepublicStuff() 공개 정적인 메소드

public static TableHasOldRepublicStuff ( ) : bool
리턴 bool

createTable() 보호된 정적인 메소드

protected static createTable ( ) : void
리턴 void

initialize() 보호된 정적인 메소드

protected static initialize ( ) : void
리턴 void