| nbsp; { boolean rc=false; if(warn!=null) { System.out.println("----Warning----"); rc=true; while(warn!=null) { System.out.print("SQLState:"+warn.getSQLState()); System.out.print("Message:"+warn.getMessage()); System.out.print("Vendor:"+warn.getErrorCode()); System.out.println(""); warn=warn.getNextWarning();
} } return rc; }
private static void dispResultSet(ResultSet rs) throws SQLException { << 上一页 [11] [12] [13] [14] 下一页 |