123124125126127128129130131
} protected void runSQL(String[] sqls) throws Exception { DB db = DBFactoryUtil.getDB(); db.runSQL(sqls); } }