Пример #1
0
 public void RecruitCommand(int did, int cargo) throws Exception {
   getDataWithExceptions("BEGIN CREATE_TRUPPENAUSBILDUNG('" + did + "','" + cargo + "');END");
 }
Пример #2
0
 public void BuildCommand(int did, String gebtyp) throws Exception {
   getDataWithExceptions("BEGIN BUILD_COMMAND('" + did + "','" + gebtyp + "'); END;");
 }