持久层ArrayListProcessor的使用

List<Object[]> amassLiquids = (List<Object[]>) PIProxy.getITally()
		    .executeQuery(sql, new ArrayListProcessor());
	    for (Object[] amassdates : amassLiquids) {
		String amassdate = amassdates[0].toString();
		amassMap.put(amassdate, Boolean.TRUE);
	    }

 

注意:List<Object[]> 定义时的使用

 

 

 

你可能感兴趣的:(sql)