摘要: public static String oracleClob2Str(Clob clob) throws Exception { return (clob != null ? clob.getSubString(1, (int) clob.length()) : null);} 阅读全文
posted @ 2012-12-12 11:34 Caliven 阅读(245) 评论(0) 推荐(0) 编辑