2017-06-02 58 views

回答

0

假設你的Clob不超過Integer.MAX_VALUE更長的時間,你可以簡單地從你的Clob提取字符串是這樣的:

String string = clob.getSubString(1, (int) clob.length());