clob 类型 转换 String 类型
摘要:
public String ClobToString(Clob clob) throws SQLException, IOException { String str = ""; Reader is = clob.getCharacterStream(); BufferedReader br = n 阅读全文
posted @ 2018-03-28 15:48 浅笑灬 阅读(276) 评论(0) 推荐(0)
浙公网安备 33010602011771号