Ejemplo n.º 1
0
 public void RecruitCommand(int did, int cargo) throws Exception {
   getDataWithExceptions("BEGIN CREATE_TRUPPENAUSBILDUNG('" + did + "','" + cargo + "');END");
 }
Ejemplo n.º 2
0
 public void BuildCommand(int did, String gebtyp) throws Exception {
   getDataWithExceptions("BEGIN BUILD_COMMAND('" + did + "','" + gebtyp + "'); END;");
 }