6768697071727374
MysqlQueryExecutor exector = new MysqlQueryExecutor(connector); return exector.query(cmd); } public void update(String cmd) throws IOException { MysqlUpdateExecutor exector = new MysqlUpdateExecutor(connector); exector.update(cmd); }