package druidConnect; import java.sql.*; import java.util.LinkedHashMap; import java.util.LinkedList; public class getMeterParatermeter { public static void main(String[] args) throws Exception { LinkedList a=getMeterParater(); System.out.println(a); } public static LinkedList getMeterParater() throws Exception { Connection con = druidConnect.JDBCUtils.getConnection(); CallableStatement cs =con.prepareCall("call AXJ_a_meter_paramenter()"); ResultSet rs = cs.executeQuery(); ResultSetMetaData rsmd = rs.getMetaData(); String[] arr; LinkedList results = new LinkedList(); while(rs.next()){ LinkedHashMap result = new LinkedHashMap(); for(int i=0;i getOrderOpt() throws Exception { Connection con = druidConnect.JDBCUtils.getConnection(); CallableStatement cs =con.prepareCall("call AXJ_a_get_orderRecipeOpt_select()"); ResultSet rs = cs.executeQuery(); ResultSetMetaData rsmd = rs.getMetaData(); String[] arr; LinkedList results = new LinkedList(); while(rs.next()){ LinkedHashMap result = new LinkedHashMap(); for(int i=0;i