Method | Description | |
---|---|---|
Insert ( bool dbconOpened, |
||
Select ( int uniqueID ) : string[] | ||
SelectCountriesOfAContinent ( string continent, bool insertUndefined ) : string[] | ||
TableHasOldRepublicStuff ( ) : bool |
Method | Description | |
---|---|---|
createTable ( ) : void | ||
initialize ( ) : void |
public static Insert ( bool dbconOpened, |
||
dbconOpened | bool | |
mycmd | ||
code | string | |
nameEnglish | string | |
continent | string | |
return | void |
public static Select ( int uniqueID ) : string[] | ||
uniqueID | int | |
return | string[] |
public static SelectCountriesOfAContinent ( string continent, bool insertUndefined ) : string[] | ||
continent | string | |
insertUndefined | bool | |
return | string[] |
public static TableHasOldRepublicStuff ( ) : bool | ||
return | bool |