예제 #1
0
 public static string[] GetPokemonName(int gen, int region = 1)
 {
     checkOpen();
     return(GetDeafultTemplate(sql_con, GetPrepareQuery.GetPokemonName(gen, region)));
 }
예제 #2
0
 public static string[] GetItemName(int gameid = 21, int country = 1)
 {
     checkOpen();
     return(GetDeafultTemplate(sql_con, GetPrepareQuery.GetItemName(gameid, country)));
 }
예제 #3
0
 public static string[] GetCommonText(int groupid, int country = 1)
 {
     checkOpen();
     return(GetDeafultTemplate(sql_con, GetPrepareQuery.GetCommonText(groupid, country)));
 }