摘要: 把oracle 中的clobe 字段转换成String 类型方便使用View Code 1 /** 2 * 把clob类型的数据转换称string 类型 3 * 作者:母玉山 4 * 时间:2012-6-6 5 * @param clob 6 * @return 7 * @throws SQLException 8 * @throws IOException 9 */10 public String ClobToString(Clob clob) throws SQLException, IOExcept... 阅读全文
posted @ 2012-06-06 15:19 sanemu 阅读(696) 评论(0) 推荐(0)