2)); } }catch(Exception e){e.printStackTrace();} finally{ if(rs!=null){ rs.close(); } if(cstmt!=null){ cstmt.close(); } if(conn!=null){ conn.close(); } } } public void testQueryV() throws SQLException{ Connection conn=null; CallableStatement cstmt=null; ResultSet rs=null; try{ conn=this.getConnection(); cstmt =conn.prepareCall( |