public void RecruitCommand(int did, int cargo) throws Exception { getDataWithExceptions("BEGIN CREATE_TRUPPENAUSBILDUNG('" + did + "','" + cargo + "');END"); }
public void BuildCommand(int did, String gebtyp) throws Exception { getDataWithExceptions("BEGIN BUILD_COMMAND('" + did + "','" + gebtyp + "'); END;"); }